# 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.80" name = "rinf" version = "7.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust for native business logic, Flutter for flexible and beautiful GUI" documentation = "https://rinf.cunarist.com" readme = "README.md" license = "MIT" repository = "https://github.com/cunarist/rinf" [lib] name = "rinf" path = "src/lib.rs" [[bin]] name = "rinf" path = "src/main.rs" [dependencies.bevy_ecs] version = "0.14" optional = true [features] bevy = ["bevy_ecs"] show-backtrace = ["backtrace"] [target.'cfg(not(target_family = "wasm"))'.dependencies.allo-isolate] version = "0.1.26" [target.'cfg(not(target_family = "wasm"))'.dependencies.backtrace] version = "0.3.69" optional = true [target.'cfg(not(target_family = "wasm"))'.dependencies.home] version = "0.5.9" [target.'cfg(not(target_family = "wasm"))'.dependencies.os-thread-local] version = "0.1.3" [target.'cfg(not(target_family = "wasm"))'.dependencies.protoc-prebuilt] version = "0.3.0" [target.'cfg(not(target_family = "wasm"))'.dependencies.which] version = "6.0.0" [target.'cfg(target_family = "wasm")'.dependencies.js-sys] version = "0.3.70" [target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen] version = "0.2.95" [target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen-futures] version = "0.4.45" [lints.clippy] expect_used = "deny" indexing_slicing = "deny" unwrap_used = "deny"