# 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 = "oclis" version = "0.3.0" description = "CLI builder based on a simple, obvious specification file" readme = "README.md" keywords = [ "cli", "generator", "builder", "specification", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools", ] license = "ISC" repository = "https://github.com/Airsequel/Oclis" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.nickel-lang-core] version = "0.5.0" [dependencies.tempfile] version = "3.10.0"