microchassis 0.0.1

[WIP] Chassis for Rust Services
Documentation
[dependencies.lazy_static]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "1"

[dependencies.tikv-jemalloc-ctl]
version = "0.5"

[dependencies.tikv-jemallocator]
features = ["profiling", "stats"]
version = "0.5"

[dependencies.tracing]
version = "0.1"

[features]
default = ["std"]
std = ["tikv-jemalloc-ctl/use_std"]

[package]
authors = ["Folke B."]
description = "[WIP] Chassis for Rust Services"
edition = "2021"
exclude = [".gitignore", ".github", "target"]
license = "Apache-2.0"
name = "microchassis"
repository = "https://github.com/cloneable/microchassis"
resolver = "1"
rust-version = "1.65"
version = "0.0.1"