# 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 = "elephantry-extras" version = "0.7.1" authors = ["Sanpi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of additional components for elephantry." readme = "README.md" license = "MIT" repository = "https://github.com/elephantry/extras/" [lib] name = "elephantry_extras" path = "src/lib.rs" [dependencies.askama] version = "0.12" optional = true [dependencies.elephantry] version = "4.0" optional = true [dependencies.salvo] version = "0.72" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.tera] version = "1.5" optional = true [dependencies.yew] version = "0.21" optional = true [features] askama-pager = [ "askama", "elephantry", ] default = [] salvo = [ "dep:salvo", "serde", ] tera-pager = [ "tera", "serde", ] yew-pager = ["yew"]