# 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 = "dehashed-rs" version = "0.5.0" authors = ["Niklas Pfister "] description = "A rust library for the dehashed API" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/myOmikron/dehashed-rs" [package.metadata.docs.rs] features = [ "tokio", "utoipa", "schemars", ] [[example]] name = "simple" [[example]] name = "scheduler" required-features = ["tokio"] [dependencies.log] version = "~0.4" [dependencies.reqwest] version = "~0.12" [dependencies.schemars] version = "~0.8" optional = true [dependencies.serde] version = "~1" features = ["derive"] [dependencies.serde_json] version = "~1" [dependencies.tokio] version = ">=1.23.1" features = ["sync"] optional = true [dependencies.utoipa] version = "~4" optional = true [dev-dependencies.tokio] version = ">=1.23.1" features = [ "rt-multi-thread", "macros", "sync", ] [build-dependencies.rustc_version] version = "~0.4" [features] default = [] schemars = ["dep:schemars"] tokio = ["dep:tokio"] utoipa = ["dep:utoipa"]