# 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 = "zekin_data_structure" version = "1.0.0" authors = ["zekin "] description = "数据结构课设--COVID-19疫情环境下低风险旅行模拟系统的设计(Rust 算法部分)" documentation = "https://docs.rs/zekin_data_structure" license = "MIT" [lib] crate-type = ["cdylib", "rlib"] [dependencies.float-cmp] version = "^0.8.0" [dependencies.getset] version = "0.1.1" [dependencies.itertools] version = "0.9.0" [dependencies.js-sys] version = "0.3.39" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.53" [dependencies.wasm-bindgen] version = "0.2.26" features = ["serde-serialize"] [dependencies.wasm-bindgen-test] version = "0.3.12"