# 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 = "ssrkit" version = "0.1.2" authors = ["Jerome Leong "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SSR simplifier in Rust" readme = "README.md" keywords = [ "ssr", "web", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/jeromeleong/SsrKit" [lib] name = "ssrkit" path = "src/lib.rs" [[test]] name = "cache" path = "tests/cache.rs" [[test]] name = "config" path = "tests/config.rs" [[test]] name = "island" path = "tests/island.rs" [[test]] name = "params" path = "tests/params.rs" [[test]] name = "render" path = "tests/render.rs" [[test]] name = "state" path = "tests/state.rs" [[test]] name = "template" path = "tests/template.rs" [dependencies.chrono] version = "0.4" [dependencies.indoc] version = "2.0.5" [dependencies.lru] version = "0.12.4" [dependencies.nanoid] version = "0.4.0" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.ssrkit-macros] version = "0.1.1" [features] default = [] island = []