# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bai" version = "1.0.2" authors = ["McKayla Washburn "] description = "Create common files from a large collection of templates" homepage = "https://github.com/aslilac/bai" documentation = "https://docs.rs/bai" readme = "README.md" keywords = [] license = "MIT" repository = "https://github.com/aslilac/bai" [dependencies.anyhow] version = "1.0.72" [dependencies.chrono] version = "0.4.26" [dependencies.colored] version = "2.0.0" [dependencies.etcetera] version = "0.8.0" [dependencies.once_cell] version = "1.18.0" [dependencies.regex] version = "1.9.1" [dependencies.reqwest] version = "0.11.18" [dependencies.serde] version = "1.0.176" features = ["derive"] [dependencies.tokio] version = "1.29.1" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.7.6" [dependencies.toml_edit] version = "0.19.14"