[package] name = "deer" version = "0.0.0-reserved" authors = ["HASH"] edition = "2021" rust-version = "1.65" license = "MIT OR Apache-2.0" description = "A backend-agnostic fail-slow deserialization framework" documentation = "https://docs.rs/deer" repository = "https://github.com/hashintel/hash/tree/main/libs/deer" keywords = ["deserialize", "serde", "no_std"] categories = ["no-std", "rust-patterns"] exclude = ["package.json"] [workspace] members = ['.', 'macros', 'json']