Cargo.toml 619 B

12345678910111213141516
  1. [package]
  2. version = "0.0.1"
  3. name = "safeutils"
  4. description = "110+ carefully crafted tools for yours and your teams everyday work with sensitive data in various formats."
  5. homepage = "https://safeutils.com"
  6. documentation = "https://safeutils.com/releases"
  7. license-file = "LICENSE.md"
  8. readme = "README.md"
  9. repository = "https://github.com/safe-utils/safeutils"
  10. authors = ["Wiktor Plaga"]
  11. edition = "2021"
  12. keywords = ["developer-tools", "data-security", "data-privacy", "data-processing", "desktop-app"]
  13. categories = ["development-tools", "parsing", "text-processing", "value-formatting", "visualization"]
  14. [dependencies]