# 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 = "2018" name = "xjbutil" version = "0.9.0-ECHO" authors = ["ICEY "] description = "A xjbly created utility library for my own use" readme = "./README.md" license = "MIT" repository = "https://github.com/Pr47/xjbutil" [dependencies.async-std] version = "1" optional = true [dependencies.futures] version = "0.3" features = ["alloc"] optional = true default-features = false [dependencies.monoio] version = "0.0.9" optional = true default-features = false [dependencies.pollster] version = "0.3" optional = true [dependencies.serde] version = "1" optional = true [dependencies.tokio] version = "1" features = [ "rt", "sync", "time", ] optional = true [dependencies.unchecked_unwrap] version = "4" [features] async = ["futures"] async-astd = ["async-std"] async-monoio = ["monoio"] async-pollster = ["pollster"] async-tokio = ["tokio"] default = [ "enable-commons", "async-tokio", ] defer = [] display2 = [] either = [] enable-all = [ "async", "defer", "display2", "either", "flexible-array", "korobka", "liberty", "makro", "mem", "minhttpd", "typed-arena", "slice-arena", "std-ext", "unchecked", "value", "value-serde", "void", "wide_ptr", "zvec", ] enable-commons = [ "async", "defer", "display2", "either", "flexible-array", "makro", "mem", "std-ext", "strict-sound", "unchecked", "value", "value-serde", ] flexible-array = [] korobka = [] liberty = [] makro = [] mem = [] minhttpd = [] provenance = [] rand = [] slice-arena = [] std-ext = [] strict-sound = [] typed-arena = [] unchecked = [] value = [] value-serde = ["serde"] void = [] wide_ptr = [] zvec = []