# 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 = "fend" version = "1.5.5" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Arbitrary-precision unit-aware calculator" homepage = "https://github.com/printfn/fend" readme = "README.md" keywords = [ "calculator", "cli", "conversion", "math", "tool", ] categories = [ "command-line-utilities", "mathematics", "science", ] license = "MIT" repository = "https://github.com/printfn/fend" [[bin]] name = "fend" path = "src/main.rs" [dependencies.ctrlc] version = "3.4.5" [dependencies.fend-core] version = "1.5.5" [dependencies.home] version = "0.5.9" [dependencies.minreq] version = "2.12.0" optional = true default-features = false [dependencies.rand] version = "0.8.5" features = [ "std", "std_rng", ] default-features = false [dependencies.rustyline] version = "15.0.0" features = [ "with-file-history", "custom-bindings", ] default-features = false [dependencies.serde] version = "1.0.215" default-features = false [dependencies.toml] version = "0.8.19" features = ["parse"] default-features = false [features] default = ["native-tls"] native-tls = [ "dep:minreq", "minreq/https-native", ] rustls = [ "dep:minreq", "minreq/https-rustls-probe", ] [target."cfg(windows)".dependencies.windows-sys] version = "0.59.0" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", ]