# 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 = "arm_pl031" version = "0.2.1" authors = ["Keyang Hu "] description = "System Real Time Clock (RTC) Drivers for aarch64 based on PL031." homepage = "https://github.com/arceos-org/arceos" documentation = "https://docs.rs/arm_pl031" readme = "README.md" keywords = [ "arceos", "aarch64", "rtc", "pl031", ] categories = [ "os", "hardware-support", "no-std", ] license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" repository = "https://github.com/arceos-org/arm_pl031" [dependencies.chrono] version = "0.4.38" optional = true default-features = false [features] chrono = ["dep:chrono"] default = ["chrono"]