# 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-core" version = "0.8.0" description = "Unit conversion library behind rink" homepage = "https://rinkcalc.app/about" readme = "README.md" keywords = [ "unit", "math", "conversion", ] license = "MPL-2.0" repository = "https://github.com/tiffany352/rink-rs" [dependencies.chrono] version = "0.4.19" default-features = false [dependencies.chrono-humanize] version = "0.1.2" optional = true [dependencies.chrono-tz] version = "0.5.2" default-features = false [dependencies.indexmap] version = "2" [dependencies.num-bigint] version = "0.4" features = ["serde"] [dependencies.num-rational] version = "0.4" features = ["serde"] [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1" features = ["rc"] default-features = false [dependencies.serde_derive] version = "1" [dependencies.strsim] version = "0.10.0" [dev-dependencies.assert-json-diff] version = "2.0.1" [dev-dependencies.serde_json] version = "1" default-features = false [dev-dependencies.similar-asserts] version = "1.1.0" [features] bundle-files = [] default = ["chrono-humanize"]