[package] name = "logbook" version = "0.1.0-alpha.1" edition = "2018" authors = ["FLAMINGO "] license = "MIT OR Apache-2.0" description = "Rust logging framework" readme = "README.md" repository = "https://github.com/flamingoodev/logbook" documentation = "https://github.com/flamingoodev/logbook" homepage = "https://github.com/flamingoodev/logbook" keywords = ["log", "logging", "logger"] categories = ["development-tools::debugging"] include = ["src/**/*", "tests", "LICENSE-*", "README.md", "CHANGELOG.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]