# 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 = "text-to-sounds" version = "1.1.1" authors = ["maksugr "] description = "Text-to-sounds parsing tool." homepage = "https://github.com/maksugr/text-to-sounds" documentation = "https://docs.rs/text-to-sounds/" readme = "README.md" keywords = [ "parsing", "wasm", "webassembly", "english", "grammar", ] categories = [ "parser-implementations", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/maksugr/text-to-sounds" resolver = "2" [profile.release] opt-level = "s" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.uuid] version = "1.1.2" features = [ "v4", "js", ] [dependencies.wasm-bindgen] version = "0.2.63" [dev-dependencies.wasm-bindgen-test] version = "0.3.13"