# 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 = "firewheel-core" version = "0.1.0" authors = ["Billy Messenger <60663878+BillyDM@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Shared types for Firewheel crates" homepage = "https://github.com/BillyDM/firewheel/blob/main/crates/firewheel-core" readme = "README.md" keywords = [ "game", "audio", ] categories = [ "game-development", "multimedia::audio", ] license = "MIT" [lib] name = "firewheel_core" path = "src/lib.rs" [dependencies]