# 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 = "2018" name = "rink" version = "0.8.0" description = "Unit conversion tool, similar to frink" homepage = "https://rinkcalc.app/about" readme = "README.md" keywords = [ "unit", "math", "conversion", "cli", "tool", ] categories = [ "command-line-utilities", "mathematics", "science", ] license = "MPL-2.0" repository = "https://github.com/tiffany352/rink-rs" [package.metadata.wasm-pack.profile.profiling] wasm-opt = [ "-g", "-O", ] [dependencies.ansi_term] version = "0.12" [dependencies.async-std] version = "1.9" features = ["attributes"] default-features = false [dependencies.chrono] version = "0.4.19" default-features = false [dependencies.clap] version = "3" [dependencies.color-eyre] version = "0.6" default-features = false [dependencies.curl] version = "0.4.46" [dependencies.dirs] version = "4" [dependencies.eyre] version = "0.6" [dependencies.humantime-serde] version = "1.0.1" [dependencies.rink-core] version = "0.8" [dependencies.rink-sandbox] version = "0.6" [dependencies.rustyline] version = "9" default-features = false [dependencies.serde] version = "1" default-features = false [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.tempfile] version = "3.2" [dependencies.toml] version = "0.5" [dependencies.ubyte] version = "0.10.3" features = ["serde"] [features] bundle-files = ["rink-core/bundle-files"] default = ["bundle-files"]