# 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 = "frenring" version = "0.2.0-rc2" authors = ["lauren n. liberda "] description = "generator tool for webrings with posts from frens" readme = "README.md" license = "LGPL-3.0-only" repository = "https://codeberg.org/selfisekai/frenring" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.10" features = ["derive"] [dependencies.frenring-core] version = "0.2.0-rc2" package = "frenring-core" [dependencies.serde_json] version = "1.0.100" [dependencies.tokio] version = "1.29.1" features = [ "macros", "rt-multi-thread", ] [features] default = ["default-tls"] default-tls = ["frenring-core/default-tls"] native-tls = ["frenring-core/native-tls"] native-tls-alpn = ["frenring-core/native-tls-alpn"] native-tls-vendored = ["frenring-core/native-tls-vendored"] rustls-tls = ["frenring-core/rustls-tls"] rustls-tls-native-roots = ["frenring-core/rustls-tls-native-roots"] rustls-tls-webpki-roots = ["frenring-core/rustls-tls-webpki-roots"]