# 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 = "rx8900" version = "0.1.2" authors = ["Tasuku Suzuki "] include = [ "/**/*.rs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-MIT", "/LICENSE-APACHE", ] description = "A rust device driver for the Epson RX8900SA/CE I2C-Bus Interface Real Time Clock Module." documentation = "https://docs.rs/rx8900" readme = "README.md" keywords = [ "no-std", "rx8900", "rtc", "embedded", "embedded-hal-driver", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/task-jp/rx8900-rs" [profile.dev] opt-level = 1 debug = 2 [profile.release] opt-level = 3 [dependencies.chrono] version = "0.4.34" default-features = false [dependencies.embedded-hal] version = "0.2.6" [dependencies.heapless] version = "0.8" [dev-dependencies.cortex-m] version = "0.7" [dev-dependencies.cortex-m-rt] version = "0.7" [dev-dependencies.embedded-alloc] version = "0.5.1" [dev-dependencies.panic-probe] version = "0.3" [dev-dependencies.rp-pico] version = "0.9" [dev-dependencies.usb-device] version = "0.3.2" [dev-dependencies.usbd-serial] version = "0.2.1"