# 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 = "rwf-admin" version = "0.1.12" authors = ["Lev Kokotov "] build = false include = [ "/templates", "/src", "/static", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Admin panel for applications written with the Rust Web Framework" homepage = "https://levkk.github.io/rwf/" readme = "README.md" keywords = [ "mvc", "web", "framework", "admin", ] license = "MIT" repository = "https://github.com/levkk/rwf" [lib] name = "rwf_admin" path = "src/lib.rs" [[bin]] name = "rwf-admin" path = "src/main.rs" [dependencies.once_cell] version = "1" [dependencies.rwf] version = ">=0.1.11" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.time] version = "0.3" features = [ "formatting", "serde", "parsing", "macros", ] [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1" features = ["v4"]