# 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.60.0" name = "ssg" version = "0.0.29" authors = ["Shokunin Contributors"] build = "build.rs" exclude = [ "/.git/*", "/.github/*", "/.gitignore", "/.vscode/*", ] include = [ "/CONTRIBUTING.md", "/LICENSE-APACHE", "/LICENSE-MIT", "/benches/**", "/build.rs", "/Cargo.toml", "/content/**", "/examples/**", "/README.md", "/src/**", "/template/**", "/tests/**", ] description = """ A Content-First Open Source Static Site Generator (SSG) written in Rust. """ homepage = "https://shokunin.one" documentation = "https://shokunin.one/documentation/index.html" readme = "README.md" keywords = [ "cli", "generator", "site", "ssg", "static", ] categories = [ "command-line-utilities", "parsing", "template-engine", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sebastienrousseau/shokunin" [package.metadata.clippy] warn-lints = [ "clippy::all", "clippy::pedantic", "clippy::cargo", "clippy::nursery", ] [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] 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 = "s" 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 = "ssg" crate-type = ["lib"] path = "src/lib.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.clap] version = "4.5.4" [dependencies.comrak] version = "0.23.0" [dependencies.dtt] version = "0.0.5" [dependencies.env_logger] version = "0.11.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.21" features = ["std"] [dependencies.minify-html] version = "0.15.0" [dependencies.pdf_composer] version = "0.2.71" [dependencies.pulldown-cmark] version = "0.10.3" [dependencies.quick-xml] version = "0.31.0" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "json", ] [dependencies.rlg] version = "0.0.3" [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.tempfile] version = "3.10.1" [dependencies.toml] version = "0.8.12" [dependencies.uuid] version = "1.8.0" features = ["v4"] [dependencies.vrd] version = "0.0.6" [dependencies.yaml-rust] version = "0.4.5" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.criterion] version = "0.5.1" [features] default = [] [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl] version = "0.10.64" features = ["vendored"] [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" keyword_idents = "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" pointer_structural_match = "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" variant_size_differences = "deny" [lints.rust.future_incompatible] 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