# 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_core" version = "0.10.0" authors = ["Red Badger Consulting Limited"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cross-platform app development in Rust" readme = "README.md" keywords = [ "crux", "crux_core", "cross-platform-ui", "ffi", "wasm", ] license = "Apache-2.0" repository = "https://github.com/redbadger/crux/" resolver = "1" [package.metadata.docs.rs] all-features = true [lib] name = "crux_core" path = "src/lib.rs" [[test]] name = "capability_orchestration" path = "tests/capability_orchestration.rs" [[test]] name = "capability_runtime" path = "tests/capability_runtime.rs" [[test]] name = "json_bridge" path = "tests/json_bridge.rs" [[test]] name = "testing" path = "tests/testing.rs" [[test]] name = "typegen" path = "tests/typegen.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.bincode] version = "1.3.3" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.crux_macros] version = "0.4.1" [dependencies.erased-serde] version = "0.4" [dependencies.futures] version = "0.3.31" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde-generate] version = "0.26.0" optional = true [dependencies.serde-reflection] version = "0.4.0" optional = true [dependencies.serde_json] version = "1.0.132" [dependencies.slab] version = "0.4.9" [dependencies.thiserror] version = "1.0.65" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.async-channel] version = "2.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1.0.213" features = ["derive"] [dev-dependencies.static_assertions] version = "1.1" [dev-dependencies.url] version = "2.5.2" [dev-dependencies.uuid] version = "1.11.0" features = [ "v4", "serde", ] [features] typegen = [ "dep:serde-generate", "dep:serde-reflection", ]