# 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" rust-version = "1.66" name = "crux_platform" version = "0.2.2" authors = ["Red Badger Consulting Limited"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Platform capability for use with crux_core" readme = "README.md" keywords = [ "crux", "crux_core", "cross-platform-ui", "ffi", "wasm", ] license = "Apache-2.0" repository = "https://github.com/redbadger/crux/" resolver = "1" [lib] name = "crux_platform" path = "src/lib.rs" [[test]] name = "platform_test" path = "tests/platform_test.rs" [dependencies.crux_core] version = "0.10.0" [dependencies.serde] version = "1.0.213" features = ["derive"]