# 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.60.0" name = "argley" version = "1.3.0" authors = ["Alorel "] include = [ "src", "LICENSE", "README.md", ] description = "Turn a struct into arguments for a `Command`" readme = "README.md" keywords = [ "command", "arguments", "args", "derive", "macro", ] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/Alorel/argley-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.argley_macro] version = "1.3" optional = true [dependencies.async-std] version = "1" features = ["unstable"] optional = true default-features = false [dependencies.tokio] version = "1" features = ["process"] optional = true default-features = false [features] async-std = ["dep:async-std"] default = ["derive"] derive = ["dep:argley_macro"] tokio = ["dep:tokio"]