# 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 = "ergokv" version = "0.1.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Easily store and retrieve data from TiKV with a derive" documentation = "https://docs.rs/ergokv" readme = "README.md" license = "Fair" repository = "https://github.com/luciusmagn/ergokv" [lib] name = "ergokv" path = "src/lib.rs" [[test]] name = "backup_restore" path = "tests/backup_restore.rs" [[test]] name = "migrations" path = "tests/migrations.rs" [[test]] name = "simple" path = "tests/simple.rs" [dependencies.async-stream] version = "0.3.6" [dependencies.ciborium] version = "0.2.2" [dependencies.ergokv-macro] version = "0.1.8" [dependencies.futures] version = "0.3.31" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0.132" [dependencies.serde_with] version = "3.11.0" [dependencies.tikv-client] version = "0.3" [dependencies.which] version = "6.0.3" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tempfile] version = "3.13.0" [dev-dependencies.tokio] version = "1.0" features = ["full"] [dev-dependencies.uuid] version = "1.0" features = [ "v4", "serde", ] [features] strict-migrations = ["ergokv-macro/strict-migrations"]