# 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-utils" version = "1.0.0" authors = ["Sellig6792 "] description = "A cargo crate containing all the tools common to CLI and WASM" license-file = "LICENSE" repository = "https://github.com/AeliaDev/cazan-utils" [dependencies.either] version = "1.9.0" [dependencies.mint] version = "0.5.9" optional = true [dependencies.serde_json] version = "1.0.107" optional = true [dev-dependencies.serial_test] version = "2.0.0" [features] points = [ "mint", "serde_json", ] points_export = ["points"] points_import = ["points"]