# 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 = "rss-gen" version = "0.0.3" authors = ["RSS Generator Contributors"] build = "build.rs" exclude = [ "/.git/*", "/.github/*", "/.gitignore", "/.vscode/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ A Rust library for generating, serializing, and deserializing RSS feeds for various RSS versions. """ homepage = "https://rssgen.co/" documentation = "https://rssgen.co/documentation/index.html" readme = "README.md" keywords = [ "cli", "generator", "site", "ssg", "static", ] categories = [ "data-structures", "parsing", "encoding", "web-programming", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sebastienrousseau/rssgen" [profile.bench] debug = 2 [lib] name = "rss_gen" path = "src/lib.rs" [[example]] name = "example" path = "examples/example.rs" [[example]] name = "example_data" path = "examples/example_data.rs" [[example]] name = "example_error" path = "examples/example_error.rs" [[example]] name = "example_generator" path = "examples/example_generator.rs" [[example]] name = "example_lib" path = "examples/example_lib.rs" [[example]] name = "example_macros" path = "examples/example_macros.rs" [[example]] name = "example_parser" path = "examples/example_parser.rs" [[example]] name = "example_validator" path = "examples/example_validator.rs" [[bench]] name = "benchmark" path = "benches/criterion.rs" harness = false [dependencies.dtt] version = "0.0" [dependencies.log] version = "0.4" [dependencies.quick-xml] version = "0.36" features = ["serialize"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" [dependencies.url] version = "2.5" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.lazy_static] version = "1.5" [build-dependencies.version_check] version = "0.9" [features] async = []