# 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 = "cazan-common" version = "1.0.0" authors = ["Gilles Meunier "] description = "The common library to `cazan-cli` and `cazanw`" license = "MIT" [dependencies.earcutr] version = "0.4.3" [dependencies.image] version = "0.25.1" features = [ "png", "jpeg", ] default-features = false [dependencies.mint] version = "0.5.9" [dependencies.num-integer] version = "0.1.46" [dependencies.serde] version = "1.0.199" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.wasm-bindgen] version = "0.2.92" optional = true [dev-dependencies.assert_unordered] version = "0.3.5" [build-dependencies.rustc_version] version = "0.4.0" [features] wasm = ["wasm-bindgen"]