# 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 = "xid" version = "1.1.1" authors = ["kazk "] exclude = [".github/"] description = "Globally unique sortable id generator. A Rust port of https://github.com/rs/xid." homepage = "https://github.com/kazk/xid-rs" readme = "README.md" keywords = ["id"] license = "MIT" repository = "https://github.com/kazk/xid-rs" [[bench]] name = "xid_new" harness = false [[bench]] name = "xid_new_to_string" harness = false [[bench]] name = "xid_id_from_str" harness = false [dependencies.crc32fast] version = "^1" [dependencies.md5] version = "^0.7" [dependencies.once_cell] version = "^1" [dependencies.rand] version = "^0.8" [dependencies.thiserror] version = "^1" [dev-dependencies.criterion] version = "0.3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.hostname] version = "^0.3" [target."cfg(target_os = \"macos\")".dependencies.sysctl] version = "^0.4" [target."cfg(target_os = \"windows\")".dependencies.winreg] version = "^0.8"