# 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 = "streamliner" version = "0.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A sane RSS reader for the modern age." readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/icorbrey/streamliner" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [lib] name = "streamliner_core" path = "src/lib.rs" [[bin]] name = "streamliner" path = "src/main.rs" [dependencies.color-eyre] version = "0.6.2" [dependencies.const_panic] version = "0.2.8" [dependencies.rayon] version = "1.8.1" [dependencies.rstest] version = "0.18.2" [lints.clippy] enum_glob_use = "deny" unwrap_used = "deny" [lints.clippy.nursery] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rust] unsafe_code = "forbid"