finam 0.9.0

SDK для работы с API Финам
Documentation
# 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 = "2024"
name = "finam"
version = "0.9.0"
authors = ["Artem Evsevev <artem@qrsoft.ru>"]
build = false
exclude = [
    "finam-trade-api/*",
    "googleapis/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SDK для работы с API Финам"
readme = "README.md"
keywords = [
    "trading",
    "finam",
    "sdk",
    "api",
]
categories = ["finance"]
license = "MIT"
repository = "https://github.com/artemevsevev/finam"

[lib]
name = "finam"
path = "src/lib.rs"

[dependencies.log]
version = "0.4.29"

[dependencies.prost]
version = "0.14.3"

[dependencies.prost-types]
version = "0.14.3"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.49.0"

[dependencies.tonic]
version = "0.14.2"
features = [
    "tls-ring",
    "tls-native-roots",
    "gzip",
]

[dependencies.tonic-prost]
version = "0.14.2"

[dev-dependencies.env_logger]
version = "0.11.8"

[dev-dependencies.tokio]
version = "1.49.0"
features = ["full"]