# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "minimal-id" version = "0.8.0" authors = ["Russell Hay "] description = "A library that implements generating short, unique ids with minimal collisions and good locality" readme = "README.md" keywords = ["database", "identity", "url", "id", "unique"] categories = ["data-structures", "development-tools", "web-programming"] license = "MIT" repository = "https://github.com/RussTheAerialist/rust-minimal-id" [package.metadata.docs.rs] all-features = true [package.metadata.playground] all-features = true [dependencies.byteorder] version = "~1" [dependencies.data-encoding] version = "~2" [dependencies.juniper] version = "0.12.0" optional = true [dependencies.rand] version = "~0" [dependencies.serde] version = "~1" optional = true [dependencies.serde_json] version = "~1" optional = true [dev-dependencies.rusty-hook] version = "~0" [features] default = [] graphql = ["juniper"] json = ["serde", "serde_json"]