# 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 = "mochow-sdk-rust" version = "1.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A simple SDK for mochow compatible API. """ homepage = "https://github.com/baidu/mochow-sdk-rust" documentation = "https://docs.rs/mochow-sdk-rust" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/baidu/mochow-sdk-rust" [lib] name = "mochow_sdk_rust" path = "src/lib.rs" [[example]] name = "database" path = "examples/database.rs" [[example]] name = "index" path = "examples/index.rs" [[example]] name = "row" path = "examples/row.rs" [[example]] name = "table" path = "examples/table.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.derive_builder] version = "0.20.0" [dependencies.reqwest] version = "0.12.5" features = [ "gzip", "json", "multipart", "rustls-tls", ] [dependencies.reqwest-middleware] version = "0.3.2" features = ["json"] [dependencies.reqwest-retry] version = "0.6.0" [dependencies.reqwest-tracing] version = "0.5.2" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dev-dependencies.lazy_static] version = "1.5.0" [dev-dependencies.tokio] version = "1.39.2" features = [ "rt", "rt-multi-thread", "macros", ]