# 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 = "warlocks-cauldron" version = "0.26.9" authors = ["H-W "] description = "🦀 Fake Data Generator written in Rust - fully inspired by https://mimesis.name 🐍" homepage = "https://github.com/hack-wrench/warlocks-cauldron/" readme = "README.md" keywords = [ "testing", "mock", "faker", "random", "generator", ] license = "GPL-3.0" repository = "https://github.com/hack-wrench/warlocks-cauldron/" [dependencies.base64] version = "0.20.0" [dependencies.blake2] version = "0.10.6" [dependencies.chrono] version = "0.4.23" [dependencies.chrono-tz] version = "0.8.1" [dependencies.counter] version = "0.5.7" [dependencies.hex] version = "0.4.3" [dependencies.ipaddress] version = "0.1.2" [dependencies.itertools] version = "0.10.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.luhn] version = "1.0.1" [dependencies.md-5] version = "0.10.5" [dependencies.num] version = "0.4.0" [dependencies.num-bigint] version = "0.1.44" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.7.0" [dependencies.reqwest] version = "0.11.13" features = ["blocking"] [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.sha1] version = "0.10.5" [dependencies.sha2] version = "0.10.6" [dependencies.urlencoding] version = "2.1.2" [dependencies.uuid] version = "1.2.2" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.valued-enums] version = "1.1.8" [features] all_locales = [ "cs", "da", "de", "de-at", "de-ch", "el", "en", "en-au", "en-ca", "en-gb", "es", "es-mx", "et", "fa", "fi", "fr", "hu", "is", "it", "ja", "kk", "ko", "nl", "nl-be", "no", "pl", "pt", "pt-br", "ru", "sk", "sv", "tr", "uk", "zh", ] cs = [] da = [] de = [] de-at = [] de-ch = [] default = ["all_locales"] el = [] en = [] en-au = [] en-ca = [] en-gb = [] es = [] es-mx = [] et = [] fa = [] fi = [] fr = [] hu = [] is = [] it = [] ja = [] kk = [] ko = [] nl = [] nl-be = [] no = [] pl = [] pt = [] pt-br = [] ru = [] sk = [] sv = [] tr = [] uk = [] zh = []