# 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 = "net_promoter_score" version = "0.2.1" authors = ["rrrodzilla "] description = "A crate for calculating Net Promoter Score (NPS) from survey responses." documentation = "https://docs.rs/net_promoter_score" readme = "README.md" keywords = [ "nps", "net-promoter-score", "customer-feedback", "survey-analysis", "satisfaction-rating", ] categories = [ "algorithms", "command-line-utilities", "data-structures", "mathematics", "text-processing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rrrodzilla/net_promoter_score" [dev-dependencies.anyhow] version = "1.0.71"