acme 0.1.5

A Rust library created to serve the Scattered-Systems Ecosystem
Documentation
[[test]]
name = "standard"
path = "tests/standard.rs"
test = true
[dependencies.bson]
features = ["chrono-0_4", "serde_with"]
version = "2.2.0"

[dependencies.chrono]
version = "0.4.19"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
features = ["derive"]
version = "1.0.137"

[dependencies.serde_json]
version = "1.0.81"

[lib]
bench = false
crate-type = ["cdylib", "rlib"]
test = true

[package]
authors = ["FL03 <jo3mccain@icloud.com>"]
description = "A Rust library created to serve the Scattered-Systems Ecosystem"
edition = "2021"
license = "MIT"
name = "acme"
repository = "https://github.com/FL03/acme.git"
version = "0.1.5"