# 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 = "alnilam-types" version = "0.0.4" authors = ["TribuFu "] publish = true description = "Alnilam Types" license = "MIT" repository = "https://github.com/TribuFu/Alnilam" [lib] name = "alnilam_types" crate-type = ["rlib"] path = "lib.rs" [dependencies.alnilam-consts] version = "0.0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.uuid] version = "1.1.1" features = [ "serde", "v1", "v3", "v4", "v5", ] [target."cfg(target_arch = \"wasm32\")".dependencies.uuid] version = "1.1.1" features = [ "js", "v1", "v3", "v4", "v5", ]