| # 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] |
| name = "uuid" |
| version = "0.6.5" |
| authors = ["Ashley Mannix<[email protected]>", "Christopher Armstrong", "Dylan DPC<[email protected]>", "Hunar Roop Kahlon<[email protected]>"] |
| exclude = [".github/**", ".travis.yml", "appveyor.yml", "bors.toml"] |
| description = "A library to generate and parse UUIDs." |
| homepage = "https://github.com/uuid-rs/uuid" |
| documentation = "https://docs.rs/uuid" |
| readme = "README.md" |
| license = "Apache-2.0 OR MIT" |
| repository = "https://github.com/uuid-rs/uuid" |
| [package.metadata.docs.rs] |
| all-features = true |
| |
| [package.metadata.playground] |
| features = ["serde", "u128", "v1", "v3", "v4", "v5"] |
| [dependencies.byteorder] |
| version = "1" |
| features = ["i128"] |
| optional = true |
| default-features = false |
| |
| [dependencies.cfg-if] |
| version = "0.1.2" |
| |
| [dependencies.md5] |
| version = "0.3" |
| optional = true |
| |
| [dependencies.rand] |
| version = "0.4" |
| optional = true |
| |
| [dependencies.serde] |
| version = "1.0.56" |
| optional = true |
| default-features = false |
| |
| [dependencies.sha1] |
| version = "0.6" |
| optional = true |
| |
| [dependencies.slog] |
| version = "2" |
| optional = true |
| [dev-dependencies.serde_test] |
| version = "1.0.56" |
| |
| [features] |
| const_fn = ["nightly"] |
| default = ["std"] |
| nightly = [] |
| std = [] |
| u128 = ["byteorder"] |
| use_std = ["std"] |
| v1 = [] |
| v3 = ["md5", "rand"] |
| v4 = ["rand"] |
| v5 = ["sha1", "rand"] |