[package] name = "splitrc" version = "0.1.11" authors = ["Chad Austin "] edition = "2021" license = "MIT" description = "Thread-Safe Split Reference Counts" repository = "https://github.com/chadaustin/splitrc" keywords = ["arc", "rc", "reference-counting", "sync"] categories = ["memory-management"] rust-version = "1.56.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [target.'cfg(loom)'.dependencies] loom = "0.7.2" [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }