# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "builder-pattern" version = "0.4.2" authors = ["Seokmin Hong "] description = "A derivable macro for declaring a builder pattern." homepage = "https://github.com/SeokminHong/builder-pattern" documentation = "https://docs.rs/builder-pattern" readme = "README.md" keywords = ["builder", "pattern", "macro", "derive", "struct"] categories = ["development-tools", "rust-patterns"] license = "MIT" repository = "https://github.com/SeokminHong/builder-pattern" [dependencies.builder-pattern-macro] version = "0.4.2" [dependencies.futures] version = "0.3" optional = true [dev-dependencies.tokio] version = "1.12" features = ["macros", "rt-multi-thread"] [dev-dependencies.tokio-test] version = "0.4" [dev-dependencies.uuid] version = "0.8" features = ["v4"] [features] default = ["future"] future = ["futures"]