finam-sdk 0.0.1

Finam API Sdk
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-sdk"
version = "0.0.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Finam API Sdk"
readme = false
keywords = [
    "investing",
    "invest",
    "finam",
]
license = "Apache-2.0"
repository = "https://github.com/bool-rus/finam-sdk"

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

[[example]]
name = "main"
path = "examples/main.rs"

[dependencies.derive_more]
version = "2.0.1"
features = ["from"]

[dependencies.futures]
version = "0.3.31"

[dependencies.log]
version = "0.4.27"

[dependencies.prost]
version = "0.13"

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

[dependencies.simple_logger]
version = "5.0.0"

[dependencies.tokio]
version = "1.45.1"

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

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

[build-dependencies.tonic-build]
version = "0.13"