# 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 = "tinkoff-invest-api" version = "0.3.0" description = "gRPC Клиент для Тинькофф Инвестиций (протокол v2)" readme = "README.md" license = "MIT" repository = "https://github.com/ovr/tinkoff-invest-rust" [dependencies.prost] version = "0.11" [dependencies.prost-types] version = "0.11" [dependencies.tonic] version = "0.8.0" features = [ "tls", "tls-roots", "gzip", ] [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.async-stream] version = "0.3" [dev-dependencies.futures] version = "0.3" features = ["alloc"] default-features = false [dev-dependencies.futures-util] version = "0.3.21" [dev-dependencies.tokio] version = "1.20" features = [ "rt-multi-thread", "time", "fs", "macros", "net", ] [dev-dependencies.tokio-stream] version = "0.1" features = ["net"]