# 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 = "2018" name = "euid" version = "0.1.7" authors = ["Ardika Rommy Sanjaya "] description = "Reference implementation for EUID" homepage = "https://github.com/ardikars/euid" documentation = "https://docs.rs/uuid" readme = "README.md" keywords = ["euid"] categories = ["encoding"] license = "MIT" repository = "https://github.com/ardikars/euid" [lib] name = "euid" crate-type = ["rlib"] path = "src/lib.rs" edition = "2018" [[bench]] name = "euid_create" harness = false [[bench]] name = "euid_create_with_extension" harness = false [dependencies.getrandom] version = "0.2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8.5" [features] default = ["std"] euid_64 = [] non_binary = [] std = []