# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pax-cartridge" version = "0.15.5" authors = ["Zack Brown "] description = "Static program definition container for Pax programs, intended to be patched during compilation" homepage = "https://pax.dev/" license = "MIT OR Apache-2.0" repository = "https://www.github.com/paxproject/pax" [profile.release] opt-level = "z" lto = true codegen-units = 1 [dependencies.pax-engine] version = "0.15.5" [dependencies.pax-manifest] version = "0.15.5" [dependencies.pax-runtime] version = "0.15.5" [dependencies.pax-runtime-api] version = "0.15.5" [dependencies.pax-std-primitives] version = "0.15.5" [dependencies.piet-common] version = "0.6.0" [dependencies.serde_json] version = "1.0.95" [features] default = ["pax-manifest/parsing"]