# 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 = "clc" version = "0.1.4" exclude = ["/.project", "!/.project/scripts/version.rs"] default-run = "clc" description = "Calculator command line interface app" readme = "README.md" keywords = ["calculator"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/ymgyt/calculator" resolver = "2" [[bin]] name = "clc" path = "src/main.rs" [[bin]] name = "version" path = ".project/scripts/version.rs" [dependencies.clap] version = "3.1.6" features = ["derive", "wrap_help"] [dependencies.clc-engine] version = "0.1.4" [dependencies.reedline] version = "0.3.0" [dev-dependencies.assert_cmd] version = "2.0.4"