# 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 = "cornerstore" version = "0.1.0" authors = ["Tim McNamara "] description = "An in-memory key/value store for read-heavy workloads with expireable items." readme = "README.md" keywords = ["cache", "concurrency"] categories = ["caching"] license = "Apache-2.0" license-file = "LICENCE" repository = "https://github.com/timClicks/cornerstore" [profile.release] lto = "fat" codegen-units = 1 [lib] name = "cornerstore" crate-type = ["cdylib"] [dependencies.fxhash] version = "0.2" optional = true [dependencies.jemallocator] version = "0.3" [dependencies.libc] version = "0.2" [dev-dependencies.bustle] version = "0.4.2" [dev-dependencies.num_cpus] version = "1" [dev-dependencies.tracing-subscriber] version = "0.2" [features] safe-input = ["fxhash"]