# 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.81" name = "nextcloud-client-api" version = "0.1.0" authors = ["rudolf@rudis-infrastruktur.de"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "implementation of the socket API for the NextCloud client" readme = "README.md" keywords = [ "nextcloud", "cli", "api", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://gitlab.com/nextcloud-client-api/crate" [lib] name = "nextcloud_client_api" path = "src/lib.rs" [dependencies.log] version = "0.4.22" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.tempfile] version = "3.12.0" [lints.clippy] error_impl_error = "allow" field_scoped_visibility_modifiers = "allow" implicit_return = "allow" missing_docs_in_private_items = "allow" pub_with_shorthand = "allow" question_mark_used = "allow" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.cargo] level = "deny" priority = -1 [lints.clippy.complexity] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.clippy.perf] level = "deny" priority = -1 [lints.clippy.restriction] level = "deny" priority = -1 [lints.clippy.style] level = "deny" priority = -1 [lints.clippy.suspicious] level = "deny" priority = -1 [lints.rust] unsafe_code = "forbid"