# 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 = "trading212" version = "0.2.15" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for interacting with the Trading212 API" readme = "README.md" keywords = [ "trading212", "api", "trading", ] categories = ["finance"] license-file = "LICENSE" repository = "https://github.com/aknarts/trading212-rs" [lib] name = "trading212" path = "src/lib.rs" [[example]] name = "account_details" path = "examples/account_details.rs" [[example]] name = "queries" path = "examples/queries.rs" [dependencies.derivative] version = "^2.2" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "^0.12" features = [ "json", "multipart", ] [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.serde_with] version = "3.4.0" features = ["time_0_3"] [dependencies.thiserror] version = "2" [dependencies.time] version = "^0.3" features = [ "serde", "parsing", "serde-well-known", ] [dependencies.url] version = "^2.5" features = ["serde"] [dependencies.uuid] version = "^1.0" features = [ "serde", "v4", ] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.tokio] version = "1" features = ["full"]