[package] name = "typid" version = "1.1.1" authors = ["Patryk 'PsichiX' Budzynski "] edition = "2018" description = "(Typ)ed Unique (Id)entifiers" license = "MIT" homepage = "https://github.com/PsichiX/typid" repository = "https://github.com/PsichiX/typid" documentation = "https://docs.rs/typid" readme = "README.md" [features] web = ["uuid/wasm-bindgen"] [dependencies] uuid = { version = "0.8", features = ["serde", "v4"] } serde = { version = "1", features = ["derive"] }