1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "uuid" 16version = "0.8.2" 17authors = ["Ashley Mannix<ashleymannix@live.com.au>", "Christopher Armstrong", "Dylan DPC<dylan.dpc@gmail.com>", "Hunar Roop Kahlon<hunar.roop@gmail.com>"] 18exclude = [".github/**", ".travis.yml", "appveyor.yml", "bors.toml"] 19description = "A library to generate and parse UUIDs." 20homepage = "https://github.com/uuid-rs/uuid" 21documentation = "https://docs.rs/uuid" 22readme = "README.md" 23keywords = ["guid", "unique", "uuid"] 24categories = ["data-structures", "no-std", "parser-implementations", "wasm"] 25license = "Apache-2.0 OR MIT" 26repository = "https://github.com/uuid-rs/uuid" 27[package.metadata.docs.rs] 28default-target = "x86_64-pc-windows-msvc" 29features = ["guid", "serde", "slog", "v1", "v3", "v4", "v5"] 30 31[package.metadata.playground] 32features = ["serde", "v1", "v3", "v4", "v5"] 33[dependencies.getrandom] 34version = "0.2.0" 35optional = true 36 37[dependencies.md5] 38version = "0.7" 39optional = true 40 41[dependencies.serde] 42version = "1.0.56" 43optional = true 44default-features = false 45 46[dependencies.sha1] 47version = "0.6" 48optional = true 49 50[dependencies.slog] 51version = "2" 52optional = true 53[dev-dependencies.bincode] 54version = "1.0" 55 56[dev-dependencies.serde_derive] 57version = "1.0.79" 58 59[dev-dependencies.serde_json] 60version = "1.0" 61 62[dev-dependencies.serde_test] 63version = "1.0.56" 64 65[features] 66default = ["std"] 67guid = ["winapi"] 68std = [] 69stdweb = ["getrandom", "getrandom/js"] 70v1 = [] 71v3 = ["md5"] 72v4 = ["getrandom"] 73v5 = ["sha1"] 74wasm-bindgen = ["getrandom", "getrandom/js"] 75[target."cfg(windows)".dependencies.winapi] 76version = "0.3" 77optional = true 78[badges.appveyor] 79repository = "uuid-rs/uuid" 80 81[badges.is-it-maintained-issue-resolution] 82repository = "uuid-rs/uuid" 83 84[badges.is-it-maintained-open-issues] 85repository = "uuid-rs/uuid" 86 87[badges.maintenance] 88status = "actively-developed" 89 90[badges.travis-ci] 91repository = "uuid-rs/uuid" 92