# 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 = "worktable" version = "0.4.0" authors = ["Handy-caT"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "WorkTable is in-memory storage" readme = "README.md" license = "MIT" repository = "https://github.com/pathscale/WorkTable" [lib] name = "worktable" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.csv] version = "1" [dependencies.data_bucket] version = "0.1.0" [dependencies.derive_more] version = "1.0.0" features = [ "from", "error", "display", "into", ] [dependencies.futures] version = "0.3.30" [dependencies.lockfree] version = "0.5.1" [dependencies.once_cell] version = "1.19.0" [dependencies.performance_measurement] version = "0.1.0" optional = true [dependencies.performance_measurement_codegen] version = "0.1.0" optional = true [dependencies.rkyv] version = "0.7.45" features = ["uuid"] [dependencies.scc] version = "2.1.16" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.smart-default] version = "0.7.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.10.0" features = ["v4"] [dependencies.worktable_codegen] version = "0.4.0" [dev-dependencies.eyre] version = "0.6.12" [features] perf_measurements = [ "dep:performance_measurement", "dep:performance_measurement_codegen", ]