# 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" version = "2.32.3" authors = ["WatchDG "] build = false exclude = [ ".github", ".vs", "src/main.rs", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "tinkoff invest library" homepage = "https://github.com/WatchDG/rust-tinkoff-invest" documentation = "https://docs.rs/tinkoff-invest" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/WatchDG/rust-tinkoff-invest" [lib] name = "tinkoff_invest" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.tinkoff-invest-types] version = "2.19" [dependencies.tokio] version = "1" features = ["rt-multi-thread"] [dependencies.tokio-stream] version = "0.1" [dependencies.tonic] version = "0.12" features = [ "tls", "tls-native-roots", "gzip", ] [dependencies.uuid] version = "1" features = ["v4"]