[package] name = "queen-log" version = "0.4.0" license = "MIT" authors = ["mitum "] description = "log" documentation = "https://docs.rs/queen-log" homepage = "https://github.com/mitum/queen-log" repository = "https://github.com/mitum/queen-log" readme = "README.md" keywords = ["log", "queen"] edition = "2018" exclude = [ ".gitignore", ".travis.yml", "deploy.sh", "test/**/*", ] [dependencies] log = { version = "0.4", features = ["std"] } chrono = "0.4" termcolor = "1.1.2" atty = "0.2" once_cell = "1.8"