# 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" rust-version = "1.57" name = "mks979b" version = "0.1.0" authors = ["José Morales "] description = "no_std driver for the MKS 979B Atmosphere to Vacuum Transducer. Based on the embedded-hal traits." documentation = "https://docs.rs/crate/mks979b/" readme = "README.md" keywords = [ "no-std", "driver", "embedded-hal", "rs232-rs485", "serial", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "Apache-2.0" repository = "https://gitlab.com/tarantulab/mks979b-hal" resolver = "2" [dependencies.embedded-hal] version = "0.2.6" [dependencies.heapless] version = "0.7.10" [dependencies.nb] version = "1.0.0" [dependencies.numtoa] version = "0.2.4" [dev-dependencies.cortex-m] version = "0.7.3" [dev-dependencies.cortex-m-rt] version = "0.7.1" [dev-dependencies.itsybitsy_m4] version = "0.7.0" features = ["usb"] [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.usbd-serial] version = "0.1.1"