# 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 = "onebuck" version = "0.1.5" authors = ["Evan Schwartzentruber "] build = false exclude = [ ".github/", ".gitignore", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "An efficient unordered dynamically-sized data structure." readme = "README.md" keywords = [ "efficient", "fast", "lightweight", "unordered", "dynamic", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/splurf/onebuck" [profile.release] lto = true codegen-units = 1 [lib] name = "onebuck" path = "src/lib.rs" [features] atomic = [] clone = [] default = ["get"] get = []