# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "embedded-time" version = "0.12.1" authors = ["Peter Taylor "] exclude = ["/.github/"] autoexamples = false description = "Fully defined, inter-operable, ergonomic, and fast human-time units (both duration and rate types) with hardware timer abstraction and software timers." readme = "crates-io.md" keywords = ["Time", "Duration", "Instant", "Clock", "Rate"] categories = ["date-and-time", "embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/FluenTech/embedded-time/" resolver = "2" [lib] path = "./src/lib.rs" bench = false [[bench]] name = "duration" harness = false [[bench]] name = "duration_vs_rate" harness = false [dependencies.num] version = "0.3.0" default-features = false [dependencies.serde] version = "1.0.0" features = ["derive"] optional = true default-features = false [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.crossbeam-utils] version = "0.7.2" [dev-dependencies.test-case] version = "1.0.0" [dev-dependencies.version-sync] version = "0.9.1"