# 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 = "ds1302" version = "4.0.0" authors = ["Nekspire "] include = ["/**/*.rs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-MIT", "/LICENSE-APACHE"] description = "A platform agnostic driver to interface with the DS1302 real time clock-calendar" documentation = "https://docs.rs/ds1302" readme = "README.md" keywords = ["no-std", "ds1302", "rtc", "embedded", "embedded-hal-driver"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/Nekspire/ds1302-rs" [profile.dev] opt-level = 1 debug = true [profile.release] opt-level = 3 [[example]] name = "bluepill_ssd1306" crate-type = ["bin"] [[example]] name = "bluepill_serial" crate-type = ["bin"] [dependencies.embedded-hal] version = "0.2.4" [dependencies.fugit] version = "0.3.0" [dependencies.nb] version = "1.0.0" [dev-dependencies.cortex-m] version = "^0.6" [dev-dependencies.cortex-m-rt] version = ">=0.6.15" [dev-dependencies.embedded-graphics] version = "^0.6" [dev-dependencies.heapless] version = "^0.6" [dev-dependencies.panic-probe] version = "^0.2" features = ["print-rtt"] [dev-dependencies.ssd1306] version = "^0.5" [dev-dependencies.stm32f1xx-hal] version = "0.7.0" features = ["rt", "stm32f103", "medium"]