# 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 = "nure_cli" version = "0.7.0" build = false exclude = [".vscode/"] autobins = false autoexamples = false autotests = false autobenches = false description = "CLI for nure_tools" homepage = "https://github.com/SoappGuy/nure_cli" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/SoappGuy/nure_cli" [[bin]] name = "nure_cli" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.chrono] version = "0.4.33" [dependencies.chrono-tz] version = "0.8.5" [dependencies.clap] version = "4.4.18" features = [ "derive", "unicode", "suggestions", ] [dependencies.dateparser] version = "0.2.1" [dependencies.dialoguer] version = "0.11.0" [dependencies.nure_tools] version = "1.2.4" [dependencies.runtime-format] version = "0.1.3"