# 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 = "acovo" version = "0.1.0" description = "public rust framework" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0" optional = true [dependencies.atomic_refcell] version = "0.1" [dependencies.chrono] version = "0.4" optional = true [dependencies.chrono-tz] version = "0.8" optional = true [dependencies.crc64] version = "2" optional = true [dependencies.dns-lookup] version = "2.0" [dependencies.hex] version = "0.4" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.tracing] version = "0.1" optional = true [dependencies.tracing-appender] version = "0.2" optional = true [dependencies.tracing-subscriber] version = "0.3" optional = true [dev-dependencies.crossbeam-utils] version = "0.8" [features] default = [ "time", "fs", "hash", "trace", "proto", "error", ] dev = [] error = [] fs = [] hash = [ "crc64", "hex", ] net = [] proto = [ "serde", "serde_derive", "anyhow", "serde_json", ] syncall = [] time = [ "chrono", "chrono-tz", ] trace = [ "tracing-subscriber", "tracing-appender", "tracing", ]