# 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.64.0" name = "bump-scope" version = "0.5.3" build = false exclude = [ "*.nu", "justfile", "tests", ".vscode", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A bump allocator with support for scopes." documentation = "https://docs.rs/bump-scope" readme = "README.md" keywords = [ "allocator", "arena", "no-std", "bump", "allocation", ] categories = [ "memory-management", "rust-patterns", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bluurryy/bump-scope" [package.metadata.docs.rs] all-features = true [package.metadata.release] allow-branch = ["main"] pre-release-commit-message = "release: version {{version}}" pre-release-hook = [ "just", "all", ] [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "{{version}} ({{date}})" search = "Unreleased" [lib] name = "bump_scope" path = "src/lib.rs" [[bench]] name = "benches" path = "benches/benches.rs" harness = false [dependencies.allocator-api2] version = "0.2.16" default-features = false [dependencies.serde] version = "1.0.197" optional = true [dependencies.sptr] version = "0.3.2" [dependencies.zerocopy] version = "0.7.34" optional = true default-features = false [dev-dependencies.bumpalo] version = "3.15.4" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.document-features] version = "0.2.8" [dev-dependencies.expect-test] version = "1.4.1" [dev-dependencies.rayon] version = "1.10.0" [dev-dependencies.serde_json] version = "1.0.115" [dev-dependencies.trybuild] version = "1.0.90" [features] alloc = ["allocator-api2/alloc"] default = ["std"] nightly-allocator-api = ["allocator-api2/nightly"] nightly-coerce-unsized = [] nightly-const-refs-to-static = [] nightly-exact-size-is-empty = [] nightly-trusted-len = [] serde = ["dep:serde"] std = [ "allocator-api2/std", "alloc", ] zerocopy = ["dep:zerocopy"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(no_global_oom_handling)"]