[package] name = "const_unit_poc" description = "Proof of Concept: Physical units through const generics" version = "1.1.3" authors = ["Jonas Platte "] edition = "2018" license = "MIT" repository = "https://git.sr.ht/~jplatte/const-unit-poc" [package.metadata.docs.rs] features = ["non_ascii"] targets = ["x86_64-unknown-linux-gnu"] [features] default = [] non_ascii = [] [dependencies]