# 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" name = "segcache" version = "0.1.1" authors = ["Brian Martin "] description = "Pelikan segment-structured cache" homepage = "https://pelikan.io" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/pelikan-io/pelikan" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.ahash] version = "0.8.3" [dependencies.clocksource] version = "0.6.0" [dependencies.datatier] version = "0.1.0" [dependencies.log] version = "0.4.20" [dependencies.metriken] version = "0.3.3" optional = true [dependencies.rand] version = "0.8.5" features = [ "small_rng", "getrandom", ] [dependencies.rand_chacha] version = "0.3.1" [dependencies.rand_xoshiro] version = "0.6.0" [dependencies.thiserror] version = "1.0.49" [dev-dependencies.criterion] version = "0.3.4" [features] debug = ["magic"] default = ["metrics"] magic = [] metrics = ["metriken"]