# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "devout" version = "0.2.0" authors = ["Jeron Aldaron Lau "] include = ["Cargo.toml", "README.md", "LICENSE-ZLIB", "LICENSE-APACHE", "src/*"] description = "A simple cross-platform logging library." homepage = "https://github.com/libcala/devout/blob/master/CHANGELOG.md" documentation = "https://docs.rs/devout" readme = "README.md" keywords = ["logging", "print", "wasm", "journal", "output"] categories = ["development-tools::debugging", "wasm"] license = "Apache-2.0/Zlib" repository = "https://github.com/libcala/devout" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["console"]