[package] name = "pfy" version = "0.1.0" authors = ["Alexander Bluefall"] edition = "2018" description = "A command line tool for parsing and generating Persona IDs." license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] persona-unstable = ["personify/unstable"] [dependencies] personify = "0.1" clap = "3.0.0-beta.2" ansi_term = "0.12" chrono = "0.4"