# 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 = "wrapper-uuid" version = "0.1.0" authors = ["Pas2Rust "] exclude = [ "tests/*", "tests", ] description = "uuid" homepage = "https://github.com/pas2rust/wrapper-uuid" license = "MIT" repository = "https://github.com/pas2rust/wrapper-uuid" [package.metadata.docs.rs] logo-url = "https://i.imgur.com/svdzGva.jpg" [package.metadata.scripts] clean = "cargo clean && rm -rf target && rm -rf dist" deploy = "cargo fmt && cargo clippy && cargo package && cargo publish" dev = "cargo fmt && cargo clippy && cargo run" test = "cargo fmt && cargo clippy && cargo test" [lib] path = "src/lib.rs" [dependencies.uuid] version = "1.7.0" features = [ "v4", "fast-rng", "macro-diagnostics", ]