typid 1.1.1

(Typ)ed Unique (Id)entifiers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "typid"

version = "1.1.1"

authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]

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"] }