# 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-types" version = "2.19.1" authors = ["WatchDG "] build = "build.rs" exclude = [ ".github", ".vs", "/contracts-repo", "!/contracts-repo/src/docs/contracts", ".gitignore", ".gitmodules", ] autobins = false autoexamples = false autotests = false autobenches = false description = "tinkoff invest types library" homepage = "https://github.com/WatchDG/rust-tinkoff-invest-types" documentation = "https://docs.rs/tinkoff-invest-types" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/WatchDG/rust-tinkoff-invest-types" [lib] name = "tinkoff_invest_types" path = "src/lib.rs" [dependencies.prost] version = "0.13" [dependencies.prost-types] version = "0.13" [dependencies.tonic] version = "0.12" [build-dependencies.tonic-build] version = "0.12"