# 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 = "simmer" version = "0.3.0" authors = ["Barrett Ray "] exclude = [ ".gitignore", "tests/", "README.md", "fuzz/", "examples/", ] description = "A temperature unit library for Rust. It's intended to be minimal, embedded-aware, and easy to use!" readme = "README.md" keywords = [ "temperature", "temp", "fahrenheit", "celsius", "kelvin", ] categories = [ "no-std", "science", "embedded", "mathematics", ] license = "MIT" repository = "https://github.com/onkoe/simmer" [dependencies.arbitrary] version = "1.3" features = ["derive"] optional = true [dependencies.onlyerror] version = "0.1" [dependencies.ufmt] version = "0.2" [dependencies.ufmt-write] version = "0.1" [dependencies.ufmt_float] version = "0.2" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.assert_approx_eq] version = "1.1" [features] checked = [] default = [] f32 = []