# 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 = "cmos" version = "0.1.2" authors = ["Noah Rinehart "] description = "A utility to read, write CMOS and RTC data. Standard library not required." homepage = "https://github.com/noahrinehart/cmos" documentation = "https://docs.rs/cmos/" readme = "README.md" keywords = ["osdev", "cmos", "rtc", "port", "io"] categories = ["date-and-time", "embedded", "hardware-support", "no-std", "os"] license = "MIT" repository = "https://github.com/noahrinehart/cmos" [dependencies.cpuio] version = "^0.3" [badges.coveralls] repository = "noahrinehart/cmos" [badges.travis-ci] repository = "noahrinehart/cmos"