# 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-pros" version = "0.6.0" authors = [ "pros-rs", "Gavin Niederman ", "doinkythederp ", ] description = "A cargo subcommand for managing PROS projects" readme = "README.md" license = "MIT" repository = "https://github.com/pros-rs/cargo-pros" [[bin]] name = "cargo-pros" required-features = ["clap"] [dependencies.cargo-subcommand-metadata] version = "0.1.0" [dependencies.cargo_metadata] version = "0.18.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "4.4.2" features = ["derive"] optional = true [dependencies.fs-err] version = "2.9.0" [dependencies.home] version = "0.5.5" [dependencies.serde_json] version = "1.0.106" [features] clap = ["dep:clap"] default = ["clap"] legacy-pros-rs-support = []