# 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 = "yggdrasilctl" version = "1.2.2" authors = ["Remy D. Farley "] description = "Blazingly fast Yggdrasil Admin API library" readme = "README.md" keywords = [ "yggdrasil", "yggdrasil-network", "yggdrasilctl", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/one-d-wide/yggdrasilctl" resolver = "2" [dependencies.futures] version = "0" optional = true [dependencies.maybe-async] version = "0" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = [ "io-util", "net", "macros", "rt", ] optional = true [features] default = ["use_std"] use_futures = [ "dep:maybe-async", "dep:futures", ] use_std = [ "dep:maybe-async", "maybe-async?/is_sync", ] use_tokio = [ "dep:maybe-async", "dep:tokio", ]