# 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 = "sqltatic" version = "0.1.0-rc1" authors = ["Amanda McCann "] description = "A static site generator for websites that show data from an SQL database" license = "AGPL-3.0" repository = "https://github.com/amandasaurus/sqltatic" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.fs_extra] version = "1.2.0" [dependencies.glob] version = "0.3.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.serde_yaml] version = "0.8" [dependencies.tera] version = "1.6" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-postgres] version = "0.7.5" [dependencies.tracing] version = "0.1.25" [dependencies.tracing-subscriber] version = "0.2.16" [dependencies.username] version = "0.2.0"