fogtix/crates/fogtix-bytecode/Cargo.toml

21 lines
380 B
TOML

[package]
name = "fogtix-bytecode"
description = "Fogtix Bytecode serialization/deserialization, zero-copy when easily feasible"
version = "0.0.0"
edition = "2021"
license = "LGPL-2.1+"
[dependencies]
[dependencies.int-enum]
version = "0.4"
default-features = false
[dev-dependencies.proptest]
version = "1.0"
default-features = false
features = ["alloc"]
[features]
std = []