# 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" rust-version = "1.74" name = "valera-utils" version = "0.1.1" description = "Standardizes klines objects, their rendering, and DS methods implemented on them" homepage = "https://github.com/Valera6/valera" readme = "README.md" license = "MIT" repository = "https://github.com/Valera6/valera" [dependencies.backtrace] version = "^0.3.69" [dependencies.reqwest] version = "^0.11.20" features = [ "json", "socks", "blocking", ] [dependencies.rodio] version = "^0" [dependencies.serde] version = "^1" features = [ "derive", "serde_derive", ] [dependencies.serde_json] version = "^1"