# 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" name = "charred-path" version = "0.1.1" exclude = ["images/"] description = "Component-based Bevy plugin for tracking path and homotopy data for moving objects" readme = "README.md" keywords = [ "gamedev", "bevy", "homotopy", ] categories = [ "game-development", "mathematics", "science", ] license = "MIT" repository = "https://github.com/CharredLee/charred-path" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [profile.release] codegen-units = 1 [dependencies.bevy] version = "0.13" [lints.clippy] enum_glob_use = "deny" nursery = "deny" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"