# 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 = "apiary" version = "0.1.0" authors = ["Bora Ülker"] description = "API Utility for Hive Blockchain (https://hive.io/)" homepage = "https://github.com/yokunjon/apiary" readme = "README.md" keywords = [ "blockhain", "utility", "hive", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/yokunjon/apiary" [dependencies.chrono] version = "0.4.22" features = ["serde"] [dependencies.reqwest] version = "0.11.12" features = ["json"] [dependencies.serde] version = "1.0.145" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.86" [dependencies.serde_with] version = "2.0.1" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.tokio] version = "1.21.2" features = ["macros"] default-features = false