[package] name = "tesid" description = "TESID: textualised encrypted sequential identifiers" authors = ["Chris Morgan "] license = "BlueOak-1.0.0 OR MIT OR Apache-2.0" version = "1.0.0" edition = "2021" rust-version = "1.56" keywords = ["id", "autoincrement"] categories = ["no-std", "encoding", "value-formatting"] homepage = "https://chrismorgan.info/tesid/" repository = "https://git.chrismorgan.info/tesid" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [features] std = []