# 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 = "bobsled" version = "0.0.0" authors = ["Jake Swenson "] build = "build.rs" description = "An API around Sled for CRUD operations with access to the transaction log for streaming changes" license = "RPL-1.5" [lib] name = "bobsled" path = "src/lib/mod.rs" [[bin]] name = "api" path = "src/server.rs" [[bin]] name = "client" path = "src/client.rs" [dependencies.ctrlc] version = "^3.1" [dependencies.futures] version = "0.3" [dependencies.promptly] version = "0.3.0" [dependencies.prost] version = "0.6" [dependencies.prost-types] version = "0.6" [dependencies.sled] version = "0.31.0" [dependencies.tokio] version = "0.2" features = ["macros"] [dependencies.tonic] version = "0.1" [dependencies.uuid] version = "0.8" features = ["serde", "v4", "v5"] [build-dependencies.tonic-build] version = "0.1.0"