# 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 = "ydb-steroids" version = "0.1.2" authors = ["Kviring A.V. "] description = "Added extra functional to yandex database rust client. Such as migrations, macro for query, testcontainer support." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/cheetah-game-platform/ydb-rust-steroids" resolver = "2" [dependencies.include_dir] version = "0.7.2" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.sha2] version = "0.10.2" [dependencies.testcontainers] version = "0.13.0" [dependencies.tokio] version = "1.16.1" features = [ "rt-multi-thread", "time", "fs", "macros", "net", ] [dependencies.tracing] version = "0.1.31" [dependencies.uuid] version = "1.0.0" features = [ "v4", "serde", ] optional = true [dependencies.ydb] version = "0.2.0" [dependencies.ydb-grpc] version = "0.0.7" [dev-dependencies.log] version = "0.4" [dev-dependencies.simple_logger] version = "2.1.0" [dev-dependencies.tracing] version = "0.1.31" [dev-dependencies.tracing-log] version = "0.1.2" [features] test_container = ["lazy_static"]