[package] name = "pax-std-primitives" version = "0.15.5" authors = ["Zack Brown "] edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://pax.dev/" repository = "https://www.github.com/paxproject/pax" description = "Primitives crate for Pax's standard library" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pax-runtime = {path = "../../pax-runtime", version="0.15.5"} pax-std = {path = "../", version="0.15.5"} pax-message = {path = "../../pax-message", version="0.15.5" } pax-runtime-api = {path = "../../pax-runtime-api", version="0.15.5"} piet = "0.6.0" piet-common = "0.6.0" kurbo = "0.9.0" log = "0.4.20"