# 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.56.1" name = "splitrc" version = "0.1.12" authors = ["Chad Austin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Thread-Safe Split Reference Counts" readme = "README.md" keywords = [ "arc", "rc", "reference-counting", "sync", ] categories = ["memory-management"] license = "MIT" repository = "https://github.com/chadaustin/splitrc" [lib] name = "splitrc" path = "src/lib.rs" [[test]] name = "fixture" path = "tests/fixture.rs" [[test]] name = "loom" path = "tests/loom.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies] [target."cfg(loom)".dependencies.loom] version = "0.7.2" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(loom)"]