# 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 = "2018" name = "tastyworks" version = "0.27.0" authors = ["Tobias Mansfield-Williams "] description = "Unofficial Tastyworks API" readme = "README.md" license = "MIT" repository = "https://github.com/thetatool/tastyworks-rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.csv] version = "1.3" [dependencies.dirs] version = "5.0" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.13" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.num-rational] version = "0.3" [dependencies.num-traits] version = "0.2" default-features = false [dependencies.options-common] version = "0.8" [dependencies.ordered-float] version = "4.2" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12" features = ["json"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_path_to_error] version = "0.1" [dependencies.tungstenite] version = "0.11" [dependencies.url] version = "2.5" [dev-dependencies.tokio] version = "1.0" features = ["full"] [features] default = ["native-tls"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"]