# 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 = "rrise-headers" version = "0.2.2" authors = ["David Taralla & Contributors to the Rrise project"] description = "A helper for Rrise, generating headers based on soundbank definition files" documentation = "https://docs.rs/rrise-headers" readme = "README.md" keywords = [ "library", "sound", "3D", "wwise", ] categories = [ "multimedia", "game-development", ] license-file = "LICENSE" repository = "https://github.com/dtaralla/rrise" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [build-dependencies.lazy_static] version = "1.4" [build-dependencies.regex] version = "1.7" [build-dependencies.walkdir] version = "2.3"