# 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.79.0" name = "bevy_mod_lockdown" version = "0.3.0" authors = ["Frederik Terstappen "] build = false exclude = [] autobins = false autoexamples = false autotests = false autobenches = false description = "bevy_mod_lockdown is a library to reduce the attack surface your application offers." homepage = "https://github.com/FrTerstappen/bevy_mod_lockdown" documentation = "https://docs.rs/bevy_mod_lockdown" readme = "README.md" keywords = [ "bevy", "gamedev", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/FrTerstappen/bevy_mod_lockdown" [lib] name = "bevy_mod_lockdown" path = "src/lib.rs" [[example]] name = "egui" path = "examples/egui.rs" required-features = ["egui"] [dependencies.bevy] version = "0.14.0" default-features = false [dependencies.egui] version = "0.28.1" optional = true default-features = false [dev-dependencies.bevy] version = "0.14.0" default-features = true [dev-dependencies.bevy_egui] version = "0.28.0" features = [ "default_fonts", "render", ] default-features = false [features] default = ["feature_warning"] egui = ["dep:egui"] feature_warning = [] filesystem = ["dep:landlock"] network = [] privilege = [ "dep:windows", "windows?/Win32_System_Threading", "windows?/Win32_Security", "windows?/Win32_Foundation", "dep:nix", "nix?/user", ] system_call = [] [target.'cfg(any(target_os = "android", target_os = "ios", target_os = "linux", target_os = "macos"))'.dependencies.nix] version = "0.29.0" optional = true default-features = false [target.'cfg(target_family = "wasm")'.dependencies] [target.'cfg(target_os = "android")'.dependencies] [target.'cfg(target_os = "ios")'.dependencies] [target.'cfg(target_os = "linux")'.dependencies.landlock] version = "0.4.0" optional = true default-features = false [target.'cfg(target_os = "macos")'.dependencies] [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.58.0" optional = true default-features = false