# 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 = "ic-logger" version = "0.1.0" authors = [ "Sam Clements ", "Maciej ZwoliƄski ", ] description = "A logger for the Internet Computer" homepage = "https://github.com/zvolin/ic-logger" documentation = "https://docs.rs/ic-logger" readme = "README.md" keywords = [ "logging", "log", "logger", "internet-computer", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/zvolin/ic-logger" [[example]] name = "flush" path = "examples/flush.rs" [[example]] name = "init" path = "examples/init.rs" [[example]] name = "init_with_level" path = "examples/init_with_level.rs" [[example]] name = "init_with_target_level" path = "examples/init_with_target_level.rs" [dependencies.ic-cdk] version = "0.10.0" [dependencies.log] version = "^0.4.17" features = ["std"]