# 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 = "millimeter" version = "0.1.0" include = ["build.rs", "src/**/*", "crates-io.md", "LICENSE"] description = "Primitive type with millimeter unit attached" readme = "crates-io.md" keywords = ["mm", "meter", "inch", "unit"] categories = ["mathematics", "science", "no-std"] license = "0BSD" repository = "https://github.com/kicad-rs/millimeter" resolver = "2" [dependencies.paste] version = "1.0" [dependencies.serde] version = "1.0.132" optional = true default-features = false [dependencies.thiserror] version = "1.0" optional = true [build-dependencies.rustc] version = "0.9.4" package = "version_check" [features] default = ["std"] std = ["serde/std", "thiserror"]