# 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" rust-version = "1.56" name = "rust_solid" version = "0.1.0" authors = ["Salem Code "] description = "Solid Support for Rust" license = "MIT OR Apache-2.0" resolver = "2" [lib] name = "solid" path = "src/lib.rs" [dependencies.actix-files] version = "0.6.0" [dependencies.actix-session] version = "0.7.1" [dependencies.actix-web] version = "4.0.1" [dependencies.dotenv] version = "0.15.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.tera] version = "1.15.0"