# 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 = "readlock" version = "0.1.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A weird alternative to Arc>" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/jplatte/readlock" [lib] name = "readlock" path = "src/lib.rs" [[test]] name = "it" path = "tests/it/main.rs" [dependencies.rclite] version = "0.2.4" optional = true [features] lite = ["dep:rclite"] [lints.clippy] branches_sharing_code = "warn" cloned_instead_of_copied = "warn" dbg_macro = "warn" empty_line_after_outer_attr = "warn" inefficient_to_string = "warn" macro_use_imports = "warn" map_flatten = "warn" mod_module_files = "warn" mut_mut = "warn" nonstandard_macro_braces = "warn" semicolon_if_nothing_returned = "warn" str_to_string = "warn" todo = "warn" unreadable_literal = "warn" unseparated_literal_suffix = "warn" wildcard_imports = "warn" [lints.rust] missing_debug_implementations = "warn" missing_docs = "warn" rust_2018_idioms = "warn" semicolon_in_expressions_from_macros = "warn" unreachable_pub = "warn" unused_import_braces = "warn" unused_qualifications = "warn"