# 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 = "lemmy_api_crud" version = "0.19.1-rc.1" description = "A link aggregator for the fediverse" homepage = "https://join-lemmy.org/" documentation = "https://join-lemmy.org/docs/en/index.html" license = "AGPL-3.0" repository = "https://github.com/LemmyNet/lemmy" [package.metadata.cargo-machete] ignored = ["futures"] [dependencies.activitypub_federation] version = "0.5.0-beta.6" features = ["actix-web"] default-features = false [dependencies.actix-web] version = "4.4.0" features = [ "macros", "rustls", "compress-brotli", "compress-gzip", "compress-zstd", "cookies", ] default-features = false [dependencies.anyhow] version = "1.0.75" features = ["backtrace"] [dependencies.bcrypt] version = "0.15.0" [dependencies.futures] version = "0.3.29" [dependencies.lemmy_api_common] version = "=0.19.1-rc.1" features = ["full"] [dependencies.lemmy_db_schema] version = "=0.19.1-rc.1" features = ["full"] [dependencies.lemmy_db_views] version = "=0.19.1-rc.1" features = ["full"] [dependencies.lemmy_db_views_actor] version = "=0.19.1-rc.1" features = ["full"] [dependencies.lemmy_utils] version = "=0.19.1-rc.1" [dependencies.moka] version = "0.12.1" features = ["future"] [dependencies.once_cell] version = "1.19.0" [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.0" features = ["serde"] [dependencies.uuid] version = "1.6.1" features = [ "serde", "v4", ] [dependencies.webmention] version = "0.5.0" [lints.clippy] cast_lossless = "deny" complexity = "deny" correctness = "deny" dbg_macro = "deny" explicit_into_iter_loop = "deny" explicit_iter_loop = "deny" get_first = "deny" implicit_clone = "deny" indexing_slicing = "deny" inefficient_to_string = "deny" items-after-statements = "deny" manual_string_new = "deny" needless_collect = "deny" perf = "deny" redundant_closure_for_method_calls = "deny" style = "deny" suspicious = "deny" uninlined_format_args = "allow" unused_self = "deny" unwrap_used = "deny"