# 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 = "riscv_goldfish" version = "0.1.1" authors = ["Keyang Hu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "System Real Time Clock (RTC) Drivers for riscv based on goldfish." homepage = "https://github.com/arceos-org/arceos" documentation = "https://docs.rs/riscv_goldfish" readme = "README.md" keywords = [ "arceos", "riscv", "rtc", ] 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/riscv_goldfish" [lib] name = "riscv_goldfish" path = "src/lib.rs" [dependencies]