# 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 = "nosh" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI nutrition tracker" homepage = "https://codeberg.org/rrc/nosh" readme = "README.md" keywords = [ "nutrition", "health", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://codeberg.org/rrc/nosh" [lib] name = "nosh" path = "src/lib.rs" [[bin]] name = "nosh" path = "src/main.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.tabled] version = "0.15.0" [dependencies.tempfile] version = "3.10.1" [dependencies.toml] version = "0.8.14" [dependencies.which] version = "6.0.1" [dependencies.xdg] version = "2.5.2" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.predicates] version = "3.1.0"