# 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 = "data_bucket" version = "0.1.0" authors = ["Handy-caT"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DataBucket is container for WorkTable" readme = "README.md" license = "MIT" repository = "https://github.com/pathscale/DataBucket" [lib] name = "data_bucket" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.bitcode] version = "0.6.3" [dependencies.data_bucket_derive] version = "0.1.0" [dependencies.derive_more] version = "1.0.0" features = [ "from", "error", "display", "into", ] [dependencies.eyre] version = "0.6.12" [dependencies.lockfree] version = "0.5.1" [dependencies.rkyv] version = "0.7" features = ["uuid"] [dependencies.scc] version = "2.1.16" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.uuid] version = "1.11.0" features = ["v4"]