[package] name = "poly_logger" description = "A set of flexible logger classes" repository = "https://github.com/davethecanuck/rust-poly-logger" version = "0.1.1" license = "MIT/Apache-2.0" authors = ["David Sutherland "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = { version="0.4.8", features=["std"] } chrono = "0.4.15" strfmt = "0.1.6"