# 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 = "lightning-containers" version = "0.2.1" authors = ["Hao Shi "] description = "A set of lock-free data structures" homepage = "https://github.com/ShisoftResearch/Lightning" categories = ["data-structures", "lock-free", "wait-free"] license-file = "LICENSE" repository = "https://github.com/ShisoftResearch/Lightning" [lib] name = "lightning" path = "src/lib.rs" [dependencies.crossbeam-epoch] version = "0.9" [dependencies.crossbeam-utils] version = "0.8" [dependencies.libc] version = "0.2.69" [dependencies.log] version = "0.4.8" [dependencies.num_cpus] version = "1" [dependencies.seahash] version = "4" [dependencies.smallvec] version = "1" [dev-dependencies.chashmap] version = "2.2.2" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.page_size] version = "0.4.2" [dev-dependencies.rayon] version = "1" [features] default = [] exchange_backoff = []