# 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 = "pagetable" version = "0.4.6" authors = ["Tyler Neely "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wait-free 4-level 64-bit pagetable for roughly-contiguous keys." documentation = "https://docs.rs/pagetable/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/komora-io/pagetable" [lib] name = "pagetable" path = "src/lib.rs" [[example]] name = "bench" path = "examples/bench.rs"