[package] name = "personify" version = "0.1.2" authors = ["Alexander Neo Bluefall"] edition = "2018" license = "LGPL-3.0-or-later" description = "A library for easily parsing and serializing Persona IDs." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] unstable = [] [dependencies] thiserror = "1.0" chrono = "0.4"