[package] name = "okie" version = "0.4.0" authors = ["McKayla Washburn "] description = "Create common files from a collection of templates" keywords = [] license = "MIT" homepage = "https://github.com/aslilac/okie" repository = "https://github.com/aslilac/okie" documentation = "https://docs.rs/okie" edition = "2021" [dependencies] anyhow = "1.0.72" chrono = "0.4.26" colored = "2.0.0" etcetera = "0.8.0" once_cell = "1.18.0" regex = "1.9.1" reqwest = "0.11.18" serde = { version = "1.0.176", features = ["derive"] } tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] } toml = "0.7.6" toml_edit = "0.19.14"