[package] name = "tightness" version = "1.0.1" authors = ["PabloMansanet "] edition = "2018" license = "MIT" description = "Define types bound by arbitrary invariants and conditions" repository = "https://github.com/PabloMansanet/tightness" readme = "README.md" [features] unsafe_access = [] [dependencies] paste = "1.0.5" thiserror = "1.0"