[package] name = "mizan-core" version = "0.1.0" edition = "2021" description = "Mizan server-side IR substrate — types, traits, KDL emitter, registry. Rust analog of cores/mizan-python/src/mizan_core/." license = "Elastic-2.0" [dependencies] linkme = "0.3" serde = { version = "1", features = ["derive"] } serde_json = "1" async-trait = "0.1" mizan-macros = { path = "../mizan-rust-macros" } hmac = "0.12" sha2 = "0.10" base64 = "0.22" [dev-dependencies] indoc = "2"