# 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.73.0" name = "refuse" version = "0.0.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An easy-to-use, incremental, multi-threaded garbage collector" readme = "README.md" keywords = [ "gc", "garbage", "collector", ] categories = ["memory-management"] license = "MIT OR Apache-2.0" repository = "https://github.com/khonsulabs/refuse" [profile.bench] lto = true [profile.release] lto = true debug = 2 [lib] name = "refuse" path = "src/lib.rs" [[example]] name = "allocate_a_lot" path = "examples/allocate_a_lot.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "map_as" path = "examples/map_as.rs" [[example]] name = "trace" path = "examples/trace.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "multithreaded" path = "tests/multithreaded.rs" [[test]] name = "ref" path = "tests/ref.rs" [[test]] name = "root" path = "tests/root.rs" [[test]] name = "root-clone" path = "tests/root-clone.rs" [dependencies.crossbeam-utils] version = "0.8.19" [dependencies.flume] version = "0.11.0" [dependencies.intentional] version = "0.1.1" [dependencies.kempt] version = "0.2.4" [dependencies.parking_lot] version = "0.12.1" [dependencies.refuse-macros] version = "=0.0.6" [lints.clippy] pedantic = "warn" [lints.rust] missing_docs = "warn"