# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "spec" version = "0.2.0" authors = ["Justin Simerly "] description = "A specification manager within source code." readme = "README.md" keywords = ["specifications"] categories = ["development tools"] license = "MIT" repository = "https://github.com/jsim2010/spec" [package.metadata.commands] eval = "set CLIPPY_DISABLE_DOCS_LINKS=1&& cargo-clippy clippy --verbose -- -F warnings -F future-incompatible -F macro-use-extern-crate -F missing-copy-implementations -F missing-debug-implementations -F single-use-lifetimes -F trivial-casts -F trivial-numeric-casts -F unreachable-pub -F unused-imports -F unused-import-braces -F unused-lifetimes -F unused-results -F unused-variables -F unused-assignments -F dead-code -F unused-mut -F unreachable-patterns -F unused-must-use -F unused-unsafe -F path-statements -F unused-macros -F unused-allocation -F unused-doc-comments -F unused-extern-crates -F unused-features -F unused-labels -F unused-parens -F clippy::all -F clippy::pedantic -F clippy::nursery -F clippy::cargo-common-metadata -F clippy::wildcard-dependencies -F clippy::clone-on-ref-ptr -F clippy::dbg-macro -F clippy::decimal-literal-representation -F clippy::else-if-without-else -F clippy::float-arithmetic -F clippy::float-cmp-const -F clippy::get-unwrap -F clippy::indexing-slicing -F clippy::integer-arithmetic -F clippy::mem-forget -F clippy::missing-docs-in-private-items -F clippy::missing-inline-in-public-items -F clippy::multiple-inherent-impl -F clippy::option-unwrap-used -F clippy::print-stdout -F clippy::result-unwrap-used -F clippy::shadow-reuse -F clippy::shadow-same -F clippy::string-add -F clippy::unimplemented -F clippy::use-debug -F clippy::wrong-pub-self-convention -D rust-2018-idioms -D unused-attributes -D unused-qualifications -D unreachable-code -A missing-docs -A clippy::implicit-return -A clippy::wildcard-enum-match-arm -A clippy::multiple-crate-versions && cargo-fmt -- --check && fc r README.md && cargo test --verbose --all-features" fix = "cargo-fmt && cargo-readme readme > README.md" posteval = "if exist r rm r" preeval = "(cargo-readme -V || cargo install cargo-readme) && (cargo-clippy -V || rustup component add clippy) && (cargo-fmt --version || rustup component add rustfmt) && cargo-readme readme > r" prefix = "cargo-readme -V || cargo install cargo-readme" [lib] path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "0.4.27" [dependencies.quote] version = "0.6.12" [dependencies.rustfmt] version = "0.10.0" [dependencies.syn] version = "0.15.30" features = ["full"]