# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "slitter" version = "0.1.0" description = "A C- and Rust-callable slab allocator with a focus on safety" license = "MIT" repository = "https://github.com/backtrace-labs/slitter" [package.metadata.x] test = "PROPTEST_FORK=true cargo test" test_opt = "PROPTEST_FORK=true cargo test --release" test_release = "PROPTEST_FORK=true cargo test --release --no-default-features --features='c_fast_path'" test_small_constants = "PROPTEST_FORK=true cargo test --features='test_only_small_constants'" [dependencies.contracts] version = "0.6" optional = true [dependencies.disabled_contracts] version = "0.1" [dependencies.lazy_static] version = "1" [dependencies.static_assertions] version = "1.1" [dependencies.tempfile] version = "3" [dev-dependencies.contracts] version = "0.6" [dev-dependencies.proptest] version = "1" [build-dependencies.cc] version = "1" [features] c_fast_path = [] check_contracts = ["contracts"] check_contracts_in_tests = [] default = ["check_contracts_in_tests", "c_fast_path"] test_only_small_constants = []