# 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 = "ids_service" version = "1.3.7" authors = ["ʕʘ̅͜ʘ̅ʔ "] exclude = [ "/.idea/*", "/ids_service.log", "/ids_service.iml", ".gitignore", ".directory", ] publish = true description = "Library that allows to generate unique Ids." homepage = "https://gitlab.com/kurdy/ids_service/-/wikis/home" documentation = "https://docs.rs/ids_service/latest/ids_service/" readme = "README.md" keywords = [ "id", "hash", "uuid", "unique", ] categories = [ "algorithms", "asynchronous", "caching", "concurrency", ] license = "MIT" repository = "https://gitlab.com/kurdy/ids_service.git" [dependencies.data-encoding] version = "^2.3" [dependencies.lazy_static] version = "^1.4" [dependencies.log] version = "^0.4" [dependencies.num_cpus] version = "^1.15" [dependencies.rand] version = "^0.8" [dependencies.sha3] version = "^0.10" [dependencies.simplelog] version = "^0.12"