You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
740 B
TOML

[package]
name = "rall"
3 years ago
version = "0.2.0"
edition = "2021"
authors = ["Goudham Suresh <sgoudham@gmail.com>"]
description = "Really...? Another Logging Library? Yes! Incredibly Intuitive & Simple"
license = "MIT"
readme = "README.md"
repository = "https://github.com/sgoudham/rall"
3 years ago
keywords = ["logger", "logging", "log", "debugging", "simple"]
categories = ["development-tools::debugging"]
exclude = [".github/**"]
[dependencies]
embed-doc-image = "0.1.4"
termcolor = "1.1.3"
[features]
doc-images = []
[package.metadata.docs.rs]
# docs.rs uses a nightly compiler, so by instructing it to use our `doc-images` feature we
# ensure that it will render any images that we may have in inner attribute documentation.
features = ["doc-images"]