# 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 = "cargo-subcommand" version = "0.12.0" authors = [ "David Craven ", "Marijn Suijten ", ] description = "Library for creating cargo subcommands." readme = "README.md" license = "ISC" repository = "https://github.com/dvc94ch/cargo-subcommand" [dependencies.clap] version = "4.0.15" features = ["derive"] optional = true [dependencies.current_platform] version = "0.2.0" [dependencies.dunce] version = "1.0.3" [dependencies.glob] version = "0.3.0" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.toml] version = "0.5.9" [features] default = ["clap"]