# 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 = "clap4shell" version = "0.3.2" authors = ["Fumiaki Kinoshita "] description = "rich getopts replacement for shell script" homepage = "https://github.com/fumieval/clap4shell" readme = "README.md" categories = [ "command-line-utilities", "command-line-interface", ] license = "MIT" resolver = "2" [dependencies.clap] version = "3.2.17" features = ["env"] [dependencies.clap-serde] version = "0.5.1" features = ["env"] [dependencies.clap_complete] version = "3.2.4" [dependencies.serde_yaml] version = "0.9.10" [dependencies.yaml-rust] version = "0.4.5"