# 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 = "bdrck" version = "0.20.5" authors = ["Axel Rasmussen "] description = "Generic common foundational utilities." homepage = "https://github.com/CmdrMoozy/bdrck" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/CmdrMoozy/bdrck" [dependencies.data-encoding] version = "2.6" optional = true [dependencies.errno] version = "0.3" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.halite-sys] version = "0.1" optional = true [dependencies.libc] version = "0.2" optional = true [dependencies.once_cell] version = "1.19" [dependencies.rand] version = "0.8" optional = true [dependencies.reqwest] version = "0.12" optional = true [dependencies.rmp-serde] version = "1.3" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" optional = true [dependencies.url] version = "2.5" optional = true [features] cli = [ "errno", "libc", "tracing", ] configuration = [ "rmp-serde", "serde", ] crypto = [ "data-encoding", "libc", "tracing", "rmp-serde", "serde", "halite-sys", ] default = [ "cli", "configuration", "crypto", "fs", "http", "io", "net", "testing", ] fs = [ "errno", "libc", "tracing", ] http = [ "futures", "tracing", "rand", "reqwest", "serde", "serde_json", "url", ] io = [] net = [ "data-encoding", "serde", ] testing = [ "fs", "futures", "http", "rand", "reqwest", "serde_json", "url", ]