# 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 = "oco" version = "0.1.1" description = """ A command-line option processor that lets you parse and manipulate the values of command-line options specified in GNU or POSIX formats, before pushing them to another command. """ readme = "README.md" license = "MIT" repository = "https://github.com/boazy/oco" [profile.dev.package.backtrace] opt-level = 3 [dependencies.clap] version = "4.3.3" features = ["derive"] [dependencies.clio] version = "0.2.7" features = ["clap-parse"] [dependencies.color-eyre] version = "0.6.2" [dependencies.derivative] version = "2.2.0" [dependencies.derive-new] version = "0.5.9" [dependencies.enum_dispatch] version = "0.3.11" [dependencies.eyre] version = "0.6.8" [dependencies.itertools] version = "0.11.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.pest] version = "2.6.0" [dependencies.pest_derive] version = "2.6.0" [dependencies.regex] version = "1.8.4" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.shlex] version = "1.1.0" [dependencies.tap] version = "1.0.1" [dev-dependencies.ctor] version = "0.2.2" [dev-dependencies.paste] version = "1.0.6" [dev-dependencies.similar-asserts] version = "1.4.2"