# 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 = "tcn75a" version = "0.2.0" authors = ["William D. Jones "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Embedded HAL driver for accessing TCN75A temperature sensors" readme = "README.md" keywords = [ "temperature", "sensor", "tcn75a", "embedded-hal", "hal", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cr1901/i2c-server/tree/master/tcn75a" [lib] name = "tcn75a" path = "src/lib.rs" [[example]] name = "limits" path = "examples/limits.rs" [[example]] name = "plot" path = "examples/plot.rs" [[test]] name = "sample" path = "tests/sample.rs" [[test]] name = "version-numbers" path = "tests/version-numbers.rs" [dependencies.embedded-hal] version = "1.0.0" [dependencies.fixed] version = "1.6.0" [dependencies.fixed-macro] version = "1.1" [dependencies.modular-bitfield] version = "0.11.0" [dev-dependencies.cfg-if] version = "0.1.10" [dev-dependencies.embedded-hal-mock] version = "0.11.0" features = ["eh1"] default-features = false [dev-dependencies.version-sync] version = "0.9" [target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies.argh] version = "0.1.3" [target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies.critical-section] version = "1.1.3" features = ["std"] default-features = false [target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies.crossterm] version = "0.19.0" [target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies.eyre] version = "0.6.5" [target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies.indicatif] version = "0.15.0" [target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies.linux-embedded-hal] version = "0.4.0" features = ["i2c"] default-features = false [target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies.serde_json] version = "1.0.58" [target.'cfg(any(target_os = "linux", target_os = "android"))'.dev-dependencies.textplots] version = "0.5.3"