# 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 = "rust-rectangle-dividing" version = "0.1.4" description = "A rectangle dividing algorithm written in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/kitsuyui/rust-rectangle-dividing/" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6.1" [dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.wasm-bindgen-test] version = "0.3.0" [dev-dependencies.wasm-pack] version = "0.13.0"