# 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 = "arbre" version = "0.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Living documents" readme = false license = "MIT" [lib] name = "arbre" path = "src/lib.rs" [dependencies.log] version = "0.4.20" [dependencies.ombre] version = "0" [lints.clippy] bool_assert_comparison = "allow" len_without_is_empty = "allow" let_unit_value = "allow" single_match = "allow" too_many_arguments = "allow" type_complexity = "allow" unwrap_used = "warn" [lints.rust] rust_2018_idioms = "warn"