# 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 = "thalo_cli" version = "0.8.0" authors = ["Ari Seyhun "] description = "Cli tool for interacting with thalo through the quic protocol" keywords = [ "event-sourcing", "wasm", "embedded-database", ] categories = [ "database", "web-programming", "asynchronous", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/thalo-rs/thalo" [[bin]] name = "thalo" path = "./src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.clap] version = "4.0" features = [ "derive", "env", ] [dependencies.libc] version = "0.2.150" [dependencies.owo-colors] version = "3.5.0" [dependencies.serde_json] version = "1.0" [dependencies.thalo] version = "0.8.0" [dependencies.thalo_runtime] version = "0.8.0" [dependencies.tokio] version = "1.20" features = [ "fs", "macros", "rt-multi-thread", ] [dependencies.tonic] version = "0.10" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.wasm-metadata] version = "0.10.13" [dependencies.wit-component] version = "0.18.2"