# 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.0" name = "staticdatagen" version = "0.0.1" authors = ["StaticDataGen Contributors"] build = "build.rs" exclude = [ "/.git/*", "/.github/*", "/.gitignore", "/.vscode/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ A Rust library for generating structured data files and metadata for static sites, including HTML, RSS feeds, sitemaps, and SEO-optimized meta tags. """ homepage = "https://staticdatagen.com/" documentation = "https://staticdatagen.com/documentation/index.html" readme = "README.md" keywords = [ "content-generation", "static-site", "staticdatagen", "structured-data", "templating", ] categories = [ "command-line-utilities", "data-structures", "development-tools", "text-processing", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sebastienrousseau/staticdatagen" [package.metadata.clippy] allow-lints = [ "clippy::module_inception", "clippy::too_many_arguments", "clippy::missing_docs_in_private_items", ] deny-lints = [ "clippy::unwrap_used", "clippy::expect_used", ] warn-lints = [ "clippy::all", "clippy::pedantic", "clippy::cargo", "clippy::nursery", "clippy::complexity", "clippy::correctness", "clippy::perf", "clippy::style", "clippy::suspicious", "clippy::module_name_repetitions", ] [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-unknown-linux-gnu"] [profile.dev] opt-level = 0 lto = false codegen-units = 256 debug = 2 debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true strip = false [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false strip = "symbols" [profile.test] opt-level = 0 lto = false codegen-units = 256 debug = 2 debug-assertions = true rpath = false overflow-checks = true incremental = true strip = false [lib] name = "staticdatagen" path = "src/lib.rs" [[example]] name = "cname_example" path = "examples/cname_example.rs" [[example]] name = "data_example" path = "examples/data_example.rs" [[example]] name = "human_example" path = "examples/human_example.rs" [[example]] name = "json_example" path = "examples/json_example.rs" [[example]] name = "lib_example" path = "examples/lib_example.rs" [[example]] name = "manifest_example" path = "examples/manifest_example.rs" [[example]] name = "navigation_example" path = "examples/navigation_example.rs" [[example]] name = "news_sitemap_example" path = "examples/news_sitemap_example.rs" [[example]] name = "plaintext_example" path = "examples/plaintext_example.rs" [[example]] name = "preprocessor_example" path = "examples/preprocessor_example.rs" [[example]] name = "robots_example" path = "examples/robots_example.rs" [[example]] name = "security_example" path = "examples/security_example.rs" [[example]] name = "service_example" path = "examples/service_example.rs" [[example]] name = "tags_example" path = "examples/tags_example.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" [dependencies.comrak] version = "0.29" [dependencies.dtt] version = "0.0.8" [dependencies.env_logger] version = "0.11" [dependencies.html-generator] version = "0.0.1" [dependencies.http-handle] version = "0.0.2" [dependencies.langweave] version = "0.0.1" [dependencies.lazy_static] version = "1.5" [dependencies.log] version = "0.4" features = ["std"] [dependencies.metadata-gen] version = "0.0.1" [dependencies.minify-html] version = "0.15" [dependencies.pulldown-cmark] version = "0.12" [dependencies.quick-xml] version = "0.36" [dependencies.regex] version = "1.11" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.rlg] version = "0.0.6" [dependencies.rss-gen] version = "0.0.3" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sitemap-gen] version = "0.0.1" [dependencies.staticweaver] version = "0.0.1" [dependencies.tempfile] version = "3.13" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" [dependencies.toml] version = "0.8" [dependencies.url] version = "2.5" [dependencies.uuid] version = "1.11" features = ["v4"] [dependencies.vrd] version = "0.0.8" [dependencies.yaml-rust2] version = "0.9" [dev-dependencies.criterion] version = "0.5" [build-dependencies.version_check] version = "0.9" [features] async = [] default = [] [lints.rust] bare_trait_objects = "allow" dead_code = "deny" deprecated_in_future = "deny" elided_lifetimes_in_paths = "allow" ellipsis_inclusive_range_patterns = "deny" explicit_outlives_requirements = "deny" macro_use_extern_crate = "deny" meta_variable_misuse = "deny" missing_copy_implementations = "warn" missing_debug_implementations = "forbid" missing_docs = "warn" missing_fragment_specifier = "deny" non_ascii_idents = "forbid" non_camel_case_types = "allow" non_upper_case_globals = "allow" noop_method_call = "deny" single_use_lifetimes = "deny" trivial_bounds = "allow" trivial_casts = "deny" trivial_numeric_casts = "deny" unreachable_pub = "forbid" unsafe_code = "allow" unstable_features = "warn" unused_extern_crates = "warn" unused_features = "deny" unused_import_braces = "deny" unused_labels = "deny" unused_lifetimes = "deny" unused_macro_rules = "deny" unused_qualifications = "deny" unused_results = "warn" variant_size_differences = "deny" [lints.rust.future_incompatible] level = "deny" priority = -1 [lints.rust.keyword_idents] level = "deny" priority = -1 [lints.rust.rust_2018_idioms] level = "deny" priority = -1 [lints.rust.rust_2021_compatibility] level = "deny" priority = -1 [lints.rust.unused] level = "deny" priority = -1