# 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 = "pxid" version = "1.0.0" authors = ["Esteban Borai "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Prefixed Globally Unique Identifier" homepage = "https://github.com/whizzes/pxid" readme = "README.md" keywords = [ "network", "id", "generator", "uid", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/whizzes/pxid" [lib] name = "pxid" path = "src/lib.rs" [dependencies.async-graphql] version = "7.0.0" optional = true [dependencies.crc32fast] version = "1.3.2" [dependencies.md5] version = "0.7.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.193" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.52" [dev-dependencies.serde_json] version = "1.0.68" [dev-dependencies.serde_test] version = "1.0.176" [features] async-graphql = [ "dep:async-graphql", "dep:serde", ] serde = ["dep:serde"] [target.'cfg(target_os = "macos")'.dependencies.sysctl] version = "0.5.5"