# 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 = "grit-data-prison" version = "0.4.0" authors = ["Gabriel Lee Anderson "] description = "A crate providing the struct Prison, a Generational Arena that allows full interior mutability to each and every element" readme = "README.md" keywords = [ "arena", "interior-mutability", "generational-arena", ] categories = [ "data-structures", "no-std", "memory-management", "rust-patterns", ] license = "BSD-3-Clause" repository = "https://github.com/gabe-lee/grit-data-prison.git" [package.metadata.scripts] test-coverage = "CARGO_INCREMENTAL=0 RUSTFLAGS='-Cinstrument-coverage' LLVM_PROFILE_FILE='cargo-test-%p-%m.profraw' cargo test && grcov . --binary-path ./target/debug/deps/ -s . -t lcov,html --branch --ignore-not-existing --ignore '../*' --ignore '/*' --ignore '**/tests.rs' --excl-line '//COV_IGNORE' -o target/coverage ; rm cargo-test-*.profraw " [dependencies] [features] major_malf_is_err = [] major_malf_is_panic = [] major_malf_is_undefined = [] no_std = []