# 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 = "core_dt" version = "0.1.0" authors = ["Theryston Santos "] description = "Build your entire project with one command 🚀" readme = "README.md" license = "MIT" repository = "https://github.com/dtemplate/dt" [lib] path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.base64] version = "0.13.0" features = ["std"] default-features = false [dependencies.reqwest] version = "0.10.0" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false