# 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 = "polar" version = "0.3.0" build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line calculator that can also convert between units." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/skycloudd/polar" [[bin]] name = "polar" path = "src/main.rs" [dependencies.chumsky] version = "1.0.0-alpha.7" [dependencies.codespan-reporting] version = "0.11.1" [dependencies.lasso] version = "0.7.3" features = ["multi-threaded"] [dependencies.malachite] version = "0.4.16" [dependencies.owo-colors] version = "4.1.0" [dependencies.rustc-hash] version = "2.0.0" [dependencies.rustyline] version = "14.0.0" [lints.clippy] alloc_instead_of_core = "warn" std_instead_of_core = "warn" [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing_debug_implementations = "warn" unsafe_code = "deny"