# 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 = "mcp795xx" version = "0.2.0" authors = ["James Irwin "] description = "A driver for the MCP795xx real time clock. Uses the embedded-hal crate." keywords = ["no_std", "rtc", "embedded_hal"] categories = ["embedded"] license = "MIT" repository = "https://github.com/irwineffect/mcp795xx-rs" [dependencies.bitfield] version = "0.13.2" [dependencies.chrono] version = "0.4.10" optional = true default-features = false [dependencies.embedded-hal] version = "0.2.3" [features] default = ["chrono"]