# 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 = "argparsnip" version = "0.1.6" authors = ["TeamTeamWork <8036404+MichaelLeith@users.noreply.github.com>"] include = ["src/**/*", "LICENSE", "README.md"] description = "A small Argparser" homepage = "https://github.com/MichaelLeith/ArgParsnip" readme = "README.md" categories = ["command-line-interface", "no-std"] license = "MIT" repository = "https://github.com/MichaelLeith/ArgParsnip" [profile.release] lto = true codegen-units = 1 [lib] bench = false [[bench]] name = "default" path = "benches/default.rs" harness = false [[bench]] name = "simple" path = "benches/simple.rs" harness = false [[bench]] name = "complex" path = "benches/complex.rs" harness = false [dependencies.hashbrown] version = "0.11.2" optional = true default-features = false [dependencies.log] version = "0.4.14" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.unicode-segmentation] version = "1.7.1" [dev-dependencies.criterion] version = "0.3.4" features = ["html_reports"] [dev-dependencies.pprof] version = "0.4.3" features = ["flamegraph", "criterion"] [dev-dependencies.pretty_assertions] version = "0.7.2" [dev-dependencies.simple_logger] version = "1.11.0" [features] debug = ["log"] default = ["std", "macros"] derive = ["serde"] macros = [] no-std = ["hashbrown"] std = []