# 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" rust-version = "1.70" name = "numbat-cli" version = "1.14.0" authors = ["David Peter "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A statically typed programming language for scientific computations with first class support for physical dimensions and units." homepage = "https://numbat.dev/" readme = "README.md" keywords = [ "language", "compiler", "physics", "units", "calculation", ] categories = [ "command-line-utilities", "science", "mathematics", "compilers", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sharkdp/numbat" [[bin]] name = "numbat" path = "src/main.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = [ "suggestions", "color", "wrap_help", "derive", ] [dependencies.colored] version = "2" [dependencies.dirs] version = "5" [dependencies.itertools] version = "0.12" [dependencies.jiff] version = "0.1" [dependencies.numbat] version = "1.14.0" [dependencies.rustyline] version = "13" features = ["derive"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.terminal_size] version = "0.3.0" [dependencies.toml] version = "0.8.8" features = ["parse"] [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "3"