# 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.60" name = "heron_core" version = "5.0.2" authors = ["Jonathan Cornaz"] description = "Core components and resources to use Heron" license = "MIT" repository = "https://github.com/jcornaz/heron/" [package.metadata.docs.rs] all-features = true [dependencies.bevy] version = "0.8.0" default-features = false [dependencies.duplicate] version = "0.4.1" [dependencies.smallvec] version = "1.10" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.rstest] version = "0.15" [build-dependencies.cfg_aliases] version = "0.1.1" [features] 3d = [] collision-from-mesh = [ "bevy/bevy_render", "bevy/bevy_scene", "bevy/bevy_asset", ] default = []