acovo 0.1.0

public rust framework
Documentation
[dependencies.anyhow]
optional = true
version = "1.0"

[dependencies.atomic_refcell]
version = "0.1"

[dependencies.chrono]
optional = true
version = "0.4"

[dependencies.chrono-tz]
optional = true
version = "0.8"

[dependencies.crc64]
optional = true
version = "2"

[dependencies.dns-lookup]
version = "2.0"

[dependencies.hex]
optional = true
version = "0.4"

[dependencies.serde]
optional = true
version = "1.0"

[dependencies.serde_derive]
optional = true
version = "1.0"

[dependencies.serde_json]
optional = true
version = "1.0"

[dependencies.tracing]
optional = true
version = "0.1"

[dependencies.tracing-appender]
optional = true
version = "0.2"

[dependencies.tracing-subscriber]
optional = true
version = "0.3"
[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"]

[package]
description = "public rust framework"
edition = "2021"
license = "MIT"
name = "acovo"
readme = "README.md"
version = "0.1.0"