hadris-core 0.1.1

Hadris core library
Documentation
[dependencies.bitflags]
version = "2.8.0"

[dependencies.chrono]
default-features = false
version = "0.4.39"

[dependencies.spin]
version = "0.9.8"

[features]
alloc = []
default = ["std"]
std = ["alloc", "spin/std", "chrono/std"]

[lib]
name = "hadris_core"
path = "src/lib.rs"

[package]
authors = ["hxyulin"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Hadris core library"
edition = "2021"
homepage = "https://github.com/hxyulin/hadris"
license = "MIT"
name = "hadris-core"
readme = "README.md"
repository = "https://github.com/hxyulin/hadris"
version = "0.1.1"