# 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] edition = "2018" name = "uuid64rs" version = "0.0.14" authors = ["Michael Cummings "] description = "UUID v4 (random) Rust crate with an additional custom base 64 encoding which is web and database friendly" homepage = "https://github.com/Dragonrun1/uuid64rs" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/Dragonrun1/uuid64rs" [package.metadata.ssvmup.profile.dev] wasm-opt = false [package.metadata.ssvmup.profile.release] wasm-opt = false [package.metadata.wasm-pack.profile.dev] wasm-opt = false [package.metadata.wasm-pack.profile.release] wasm-opt = false [profile.release] opt-level = "s" lto = true [lib] [dependencies.diesel] version = "1.4.6" [dependencies.diesel_derives] version = "1.4.1" [dependencies.rand] version = "0.8.3" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.thiserror] version = "1.0.24" [dependencies.thiserror-impl] version = "1.0.24" [dependencies.wasm-bindgen] version = "0.2.73" optional = true [features] default = [] experimental = ["wasm-bindgen"]