# 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" rust-version = "1.64" name = "actordb" version = "0.1.0" authors = ["Sean Lawlor"] build = "src/build.rs" description = "An actor-first distributed database" homepage = "https://github.com/slawlor/actordb" documentation = "https://docs.rs/actordb" readme = "README.md" keywords = [ "actor", "ractor", "db", "database", ] categories = [ "actor", "erlang", ] license = "MIT" repository = "https://github.com/slawlor/actordb" [dependencies.bytes] version = "1" [dependencies.prost] version = "0.12" [dependencies.prost-types] version = "0.12" [dependencies.ractor] version = "0.9" [dependencies.tokio] version = "1" features = [ "sync", "time", ] [dependencies.tracing] version = "0.1" [dev-dependencies.tokio] version = "1" features = [ "rt", "time", "sync", "macros", "rt-multi-thread", "signal", ] [dev-dependencies.tracing-glog] version = "0.3" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.tracing-test] version = "0.2" [build-dependencies.prost-build] version = "0.12" [build-dependencies.protobuf-src] version = "1"