# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wasm-color-string" version = "0.1.0" authors = ["xhnatiuk "] exclude = [".gitignore"] description = "WebAssembly library for parsing and generating CSS color strings" homepage = "https://github.com/xhnatiuk/wasm-color-string" readme = "./README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/xhnatiuk/wasm-color-string" [profile.release] opt-level = "z" lto = true [lib] crate-type = ["cdylib", "rlib"] [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1.5" [dependencies.wasm-bindgen] version = "0.2.63" [dependencies.wee_alloc] version = "0.4.5" [dev-dependencies.wasm-bindgen-test] version = "0.3.13"