# 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 = "envisim_utils" version = "0.2.0" authors = [ "Wilmer Prentius ", "Anton Grafström", ] include = [ "/src", "LICENSE", "README.md", "CHANGELOG.md", ] description = "Utility methods for design-based sampling methods and estimation" homepage = "https://envisim.se" readme = "README.md" keywords = [ "sampling", "statistics", ] categories = [ "mathematics", "science", "science::geo", ] license = "AGPL-3.0-only" repository = "https://github.com/envisim/rust-samplr" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rustc-hash] version = "2.0.0" [dev-dependencies] [lints.clippy] assertions_on_result_states = "warn" cargo_common_metadata = "warn" cast_lossless = "warn" cast_possible_wrap = "warn" cognitive_complexity = "warn" equatable_if_let = "warn" exhaustive_enums = "deny" from_iter_instead_of_collect = "warn" get_unwrap = "warn" if_not_else = "warn" if_then_some_else_none = "warn" imprecise_flops = "warn" match_bool = "warn" needless_collect = "warn"