# 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.0" name = "browser_tools" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility to log in wasm/browser" readme = "readme.md" keywords = ["wasm"] license = "MIT" repository = "https://github.com/Wandalen/cg_tools" [lib] name = "browser_tools" path = "src/lib.rs" [[test]] name = "basic_test" path = "tests/basic_test.rs" [dependencies.browser_log] version = "~0.2.0" [dependencies.mod_interface] version = "~0.25.0" [lints.clippy] absolute_paths = "allow" inline_always = "allow" module_name_repetitions = "allow" pedantic = "warn" restriction = "warn" single_call_fn = "allow" std_instead_of_alloc = "warn" std_instead_of_core = "warn" undocumented_unsafe_blocks = "deny" [lints.rust] future_incompatible = "deny" rust_2018_idioms = "deny" unsafe-code = "warn"