# 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 = "actix-sitemaps-rs" version = "0.1.0" authors = ["shadawck "] description = "Add a static sitemap to your actix-web app." readme = "README.md" keywords = [ "actix", "sitemap", "web", "seo", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/shadawck/actix-sitemap-rs" [profile.dev] opt-level = 0 lto = false codegen-units = 16 debug = 2 debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true [profile.release] lto = true incremental = false [dependencies.actix-files] version = "0.6.5" [dependencies.actix-web] version = "4.5.1" features = ["macros"] default-features = false