# 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" rust-version = "1.57.0" name = "std3" version = "0.1.22" authors = ["Матвей Т "] exclude = [ "/doc/**", "/.github/**", ] description = "Standard library for operating systems, useful for rust-osdev" readme = "README.md" license = "MIT" repository = "https://github.com/AtomicGamer9523/std3" resolver = "2" [package.metadata.docs.rs] features = ["full"] [dependencies.lazy_static] version = "1.4.0" features = ["spin_no_std"] [dependencies.spin] version = "0.9.4" features = [] package = "spin" [dependencies.uart_16550] version = "0.2.18" optional = true package = "uart_16550" [dependencies.volatile] version = "0.4.5" optional = true package = "volatile" [dependencies.x86_64] version = "0.14.10" optional = true package = "x86_64" [features] default = [ "x86_64", "uart_16550", ] full = [ "x86_64", "uart_16550", "volatile", "reexport", ] reexport = [] uart_16550 = ["dep:uart_16550"] volatile = ["dep:volatile"] x86_64 = ["dep:x86_64"]