# 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-chassis-macos" version = "0.38.3" authors = ["Zack Brown "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Platform-specific chassis allowing Pax cartridges to be executed as native macOS apps" homepage = "https://pax.dev/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://www.github.com/paxproject/pax" [lib] name = "paxchassismacos" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.core-graphics] version = "0.22.3" [dependencies.flexbuffers] version = "2.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.mut_static] version = "5.0.0" [dependencies.pax-chassis-common] version = "0.38.3" [dependencies.pax-message] version = "0.38.3" [dependencies.pax-runtime] version = "0.38.3" [dependencies.piet] version = "0.6.0" [dependencies.piet-coregraphics] version = "0.6.0" [features] designtime = []