# 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-example" version = "0.10.7" authors = ["Zack Brown "] default-run = "run" description = "Example and development app for the Pax monorepo and compiler" homepage = "https://pax.dev/" license = "MIT OR Apache-2.0" repository = "https://www.github.com/pax-lang/pax" [[bin]] name = "parser" path = "src/lib.rs" required-features = ["parser"] [[bin]] name = "run" path = "bin/run.rs" [dependencies.pax-compiler] version = "0.10.7" optional = true [dependencies.pax-lang] version = "0.10.7" [dependencies.pax-std] version = "0.10.7" [dependencies.serde_json] version = "1.0.95" optional = true [features] parser = [ "pax-std/parser", "pax-lang/parser", "dep:serde_json", "dep:pax-compiler", ]