# 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 = "ref_arena" version = "0.1.1" description = "An arena of reference counted objects." homepage = "https://github.com/Dark42ed/ref_arena" readme = "README.md" license = "MIT" repository = "https://github.com/Dark42ed/ref_arena" [[bench]] name = "rc_allocate" harness = false [[bench]] name = "rc_deref" harness = false [[bench]] name = "rc_drop" harness = false [[bench]] name = "rc_reallocate" harness = false [dependencies] [dev-dependencies.brunch] version = "0.5.2"