[package] name = "aranya-policy-ast" description = "The Aranya Policy Language AST" version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true rust-version.workspace = true [lints] workspace = true [lib] [features] default = [] # Enable `std`. std = [] [dependencies] serde = { workspace = true, default-features = false, features = ["derive", "alloc"] } [package.metadata.docs.rs] all-features = true