# 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 = "argparsh" version = "1.0.0" authors = ["Aneesh Durg "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Better argument parsing for shells via python's argparse" homepage = "https://github.com/aneeshdurg/argparsh" readme = "README.md" keywords = [ "argument", "cli", "arg", "parser", "parse", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/aneeshdurg/argparsh" [[bin]] name = "argparsh" path = "src/main.rs" [dependencies.bitcode] version = "=0.6.3" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.pyo3] version = "0.22.2" features = [ "auto-initialize", "macros", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.urlencoding] version = "2.1.3"