[package] name = "astrolog" version = "0.1.0" authors = ["Alessandro Pellizzari "] description = "A logging system for Rust that aims to be easy and simple to use and flexible." license = "LGPL-2.1-only" edition = "2018" homepage = "https://bitbucket.org/Alex_PK/astrolog/src" repository = "https://bitbucket.org/Alex_PK/astrolog/src" keywords = ["log", "logging", "structured"] categories = ["development-tools", "development-tools::debugging", "command-line-interface"] [dependencies] chrono = { version = "0.4", features = ["serde"]} lazy_static = "1" regex = "0.2" serde = { version = "1", features = ["derive"] } serde_json = "1"