# 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 = "avanza-rs" version = "0.1.3" description = "A Rust API client for Avanza" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/feelixe/avanza-rs" [lib] name = "avanza_rs" path = "src/lib.rs" [dependencies.dotenvy] version = "0.15.7" [dependencies.otpauth] version = "0.4.1" [dependencies.serde] version = "1.0.175" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.surf] version = "2.3.2" [dependencies.tokio] version = "1.29.1" features = [ "rt", "macros", ] [dependencies.url] version = "2.4.0"