jackdaw 0.2.1

A 3D level editor built with Bevy
Documentation
# 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 = "2024"
name = "jackdaw"
version = "0.2.1"
build = false
exclude = ["assets/environment_maps/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A 3D level editor built with Bevy"
readme = "README.md"
keywords = [
    "bevy",
    "editor",
    "3d",
    "level-editor",
]
categories = [
    "game-development",
    "graphics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jbuehler23/jackdaw"

[features]
default = []
hot-reload = ["dep:bevy_simple_subsecond_system"]

[lib]
name = "jackdaw"
path = "src/lib.rs"

[[bin]]
name = "jackdaw"
path = "src/main.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "custom_components"
path = "examples/custom_components.rs"

[[example]]
name = "jsn_load"
path = "examples/jsn_load.rs"

[[example]]
name = "navmesh_server"
path = "examples/navmesh_server.rs"

[[example]]
name = "remote_game"
path = "examples/remote_game.rs"

[dependencies.anyhow]
version = "1"
default-features = false

[dependencies.avian3d]
version = "0.5"
features = [
    "3d",
    "parry-f32",
]
default-features = false

[dependencies.base64]
version = "0.22"
features = ["alloc"]
default-features = false

[dependencies.bevy]
version = "0.18"
features = [
    "experimental_bevy_feathers",
    "serialize",
    "debug",
    "bevy_remote",
    "file_watcher",
]

[dependencies.bevy_infinite_grid]
version = "0.18"

[dependencies.bevy_monitors]
version = "0.2"

[dependencies.bevy_rerecast]
version = "0.4"
default-features = true

[dependencies.bevy_simple_subsecond_system]
version = "0.2"
optional = true

[dependencies.bincode]
version = "2"
features = ["serde"]
default-features = false

[dependencies.dirs]
version = "6"

[dependencies.ehttp]
version = "0.5"
features = [
    "native-async",
    "json",
]
default-features = false

[dependencies.jackdaw_camera]
version = "0.2.1"

[dependencies.jackdaw_commands]
version = "0.2.1"

[dependencies.jackdaw_feathers]
version = "0.2.1"

[dependencies.jackdaw_geometry]
version = "0.2.1"

[dependencies.jackdaw_jsn]
version = "0.2.1"

[dependencies.jackdaw_remote]
version = "0.2.1"

[dependencies.jackdaw_terrain]
version = "0.2.1"

[dependencies.jackdaw_widgets]
version = "0.2.1"

[dependencies.notify]
version = "8"

[dependencies.pathdiff]
version = "0.2"

[dependencies.regex]
version = "1"

[dependencies.rfd]
version = "0.15"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[lints.clippy]
collapsible_if = "allow"
redundant_closure = "allow"
too_many_arguments = "allow"
type_complexity = "allow"

[profile.dev]
opt-level = 1

[profile.dev.package.wgpu-types]
debug-assertions = false

[profile.dev.package."*"]
opt-level = 3

[profile.release]
lto = "thin"
codegen-units = 1