# 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.60" name = "custom-print" version = "1.0.0" authors = ["Andrey Zheleznov "] description = "Define custom println and dbg macros in wasm and other targets" documentation = "https://docs.rs/custom-print" readme = "README.md" keywords = [ "wasm", "web", "log", "print", "dbg", ] categories = [ "wasm", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zheland/custom-print" [package.metadata.docs.rs] all-features = true [dependencies] [dev-dependencies.once_cell] version = "1.18.0" [dev-dependencies.readme-sync] version = "0.2.1" [dev-dependencies.version-sync] version = "0.9.4" [features] alloc = [] default = [ "alloc", "std", ] std = ["alloc"]