# 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 = "2018" name = "vga" version = "0.2.9" authors = ["Ryan Kennedy "] description = "Support for vga specific functions, data structures, and registers." documentation = "https://docs.rs/vga" readme = "README.md" keywords = [ "vga", "no_std", ] categories = ["no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-osdev/vga" [dependencies.bitflags] version = "1.2.1" [dependencies.conquer-once] version = "0.3.2" default-features = false [dependencies.font8x8] version = "0.3.1" features = ["unicode"] default-features = false [dependencies.num-traits] version = "0.2.14" default-features = false [dependencies.spinning_top] version = "0.2.4" features = ["nightly"] [dependencies.x86_64] version = "0.14.2"