# 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 = "corro-client" version = "0.1.0-alpha.1" description = "client to interact with corrosion" license = "MIT" resolver = "1" [dependencies.bb8] version = "0.8.0" [dependencies.bytes] version = "1.4.0" [dependencies.camino] version = "1.1.4" features = ["serde1"] [dependencies.compact_str] version = "0.7.0" features = ["serde"] [dependencies.corro-api-types] version = "0.1.0-alpha.1" [dependencies.futures] version = "0.3.28" [dependencies.hyper] version = "0.14.26" features = [ "h2", "http1", "http2", "server", "tcp", "stream", "client", ] [dependencies.rusqlite] version = "0.29.0" features = [ "serde_json", "time", "bundled", "uuid", "array", "load_extension", "column_decltype", ] [dependencies.serde_json] version = "1.0.95" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-serde] version = "0.8" features = ["json"] [dependencies.tokio-stream] version = "0.1.12" features = ["sync"] [dependencies.tokio-util] version = "0.7.7" features = [ "io", "codec", "net", ] [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.3.1" features = [ "v4", "serde", ] [features]