# 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 = "sortable-quick-unique-id" version = "1.1.0" authors = ["James Clarke"] description = "The Sort-able Quick Unique ID system" readme = "README.md" keywords = [ "uuid", "algorithm", "id", "id-system", ] categories = [ "algorithms", "data-structures", ] license = "CC0-1.0" repository = "https://github.com/Novora/SQUID-rs" [dependencies.machine_uuid] version = "0.1.0" [lints.clippy] cargo = "warn" complexity = "warn" correctness = "warn" nursery = "warn" pedantic = "warn" perf = "warn" style = "warn" suspicious = "warn" [lints.rust] unsafe_code = "forbid"