[dependencies.const-serialize-macro]
version = "0.6.2"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.61"
[dev-dependencies.rand]
version = "0.8.5"
[features]
serde = ["dep:serde"]
test-big-endian = []
[lib]
name = "const_serialize"
path = "src/lib.rs"
[package]
authors = ["Evan Almloff"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A serialization framework that works in const contexts"
edition = "2021"
homepage = "https://dioxuslabs.com/learn/0.5/getting_started"
keywords = ["const", "serialize"]
license = "MIT OR Apache-2.0"
name = "const-serialize"
readme = "README.md"
repository = "https://github.com/dioxuslabs/dioxus"
version = "0.6.2"
[[test]]
name = "enum"
path = "tests/enum.rs"
[[test]]
name = "eq"
path = "tests/eq.rs"
[[test]]
name = "lists"
path = "tests/lists.rs"
[[test]]
name = "primitive"
path = "tests/primitive.rs"
[[test]]
name = "str"
path = "tests/str.rs"
[[test]]
name = "structs"
path = "tests/structs.rs"
[[test]]
name = "tuples"
path = "tests/tuples.rs"