# 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 = "bicycle" version = "0.2.2" authors = ["sean watters "] include = ["/cli"] description = "The CLI and build functions for BicycleDB." homepage = "https://ordinarylabs.io" readme = "cli/README.md" keywords = [ "database", "protobuf", "grpc", "rocksdb", "sqlite", ] categories = ["command-line-utilities"] license = "AGPL-3.0-only" repository = "https://github.com/ordinarylabs/bicycle" [lib] name = "bicycle" path = "cli/src/lib.rs" [[bin]] name = "bicycle" path = "cli/src/main.rs" [dependencies.bicycle_proto] version = "0.2.2" [dependencies.clap] version = "4.5.1" features = [ "derive", "cargo", ] [dependencies.heck] version = "0.5.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.prost] version = "0.12.3" [dependencies.prost-types] version = "0.12.3" [dependencies.serde_json] version = "1.0.114" [dependencies.tokio] version = "1.36.0" features = [ "parking_lot", "rt-multi-thread", "macros", "sync", "time", ] [dependencies.toml] version = "0.8.10" [dependencies.tonic] version = "0.11.0" [dependencies.tonic-build] version = "0.11.0"