[package] name = "axos" description = "An optionally colored, non-std derivation pipeline" version = "0.1.0" edition = "2021" license = "MIT" authors = ["refcell"] repository = "https://github.com/refcell/axos" homepage = "https://github.com/refcell/axos" exclude = ["benches", "tests"] [dependencies] axos-primitives = { path = "../primitives", version = "0.1.0" } serde = { version = "1.0", default-features = false, features = ["derive", "alloc"] } serde_json = { version = "1.0", default-features = false, features = ["alloc"] }