# 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.56" name = "nt-list" version = "0.3.0" authors = ["Colin Finck "] description = "Compatible, type-safe, and idiomatic Rust implementations of Windows NT Linked Lists" homepage = "https://github.com/ColinFinck/nt-list" documentation = "https://docs.rs/nt-list" readme = "README.md" keywords = [ "list_entry", "single_list_entry", "no_std", "nt", "windows", ] categories = [ "data-structures", "no-std", "os::windows-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ColinFinck/nt-list" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.moveit] version = "0.6.0" [dependencies.nt-list_macros] version = "0.3.0" [features] alloc = [] default = ["alloc"]