# 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" name = "from-attr" version = "0.1.3" authors = ["zihan "] build = false include = [ "src/**/*", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A crate that makes it easy to parse attributes." homepage = "https://github.com/ZihanType/from-attr" readme = "README.md" keywords = [ "attributes", "derive", "macro", ] license = "MIT/Apache-2.0" repository = "https://github.com/ZihanType/from-attr" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "from_attr" path = "src/lib.rs" [dependencies.from-attr-core] version = "0.1.3" default-features = false [dependencies.from-attr-macro] version = "0.1.3" default-features = false [dependencies.proc-macro2] version = "1" default-features = false [dependencies.syn] version = "2" features = [ "derive", "printing", ] default-features = false [dev-dependencies.quote] version = "1" default-features = false [dev-dependencies.syn] version = "2" features = [ "full", "extra-traits", ] default-features = false [features] syn-full = ["syn/full"] [lints.rust] missing_docs = "warn" private_bounds = "deny" private_interfaces = "deny" unreachable_pub = "deny" unsafe_code = "forbid" [lints.rustdoc] broken_intra_doc_links = "warn"