# 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 = "2021" rust-version = "1.56.0" name = "drylib" version = "0.1.23" authors = ["Mark Tyrkba "] description = "Rust macro-library for Don't Repeating Yourself" readme = "README.md" keywords = [ "macros", "dry", "drylib", ] categories = [ "development-tools", "development-tools::procedural-macro-helpers", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rakivo/drylib" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [package.metadata.playground] features = [ "muts", "decls", "clones", "mutclones", "drylib-proc-macros", ] [dependencies.drylib-procs] version = "0.1.12" optional = true [features] clones = ["drylib-procs/clones"] clones-prefix-c = ["drylib-procs/clones-prefix-c"] clones-prefix-cl = ["drylib-procs/clones-prefix-cl"] clones-prefix-clo = ["drylib-procs/clones-prefix-clo"] clones-prefix-clon = ["drylib-procs/clones-prefix-clon"] clones-prefix-clone = ["drylib-procs/clones-prefix-clone"] decls = [] default = [ "muts", "decls", "clones", "pubimpl", "impl_getters", "impl_mut_getters", "mutclones", "drylib-procs", ] impl_getters = ["drylib-procs/impl_getters"] impl_mut_getters = ["drylib-procs/impl_mut_getters"] mutclones = ["drylib-procs/mutclones"] muts = ["drylib-procs/muts"] pubimpl = ["drylib-procs/pubimpl"]