File: Cargo.toml

package info (click to toggle)
rust-kv-log-macro 1.0.8-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: makefile: 2; sh: 1
file content (18 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "kv-log-macro"
version = "1.0.8"
license = "MIT OR Apache-2.0"
repository = "https://github.com/yoshuawuyts/kv-log-macro"
documentation = "https://docs.rs/kv-log-macro"
description = "Log macro for log's kv-unstable backend."
keywords = ["log", "macro", "kv", "key", "value"]
categories = ["text-processing"]
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>"]
readme = "README.md"
edition = "2018"

[dependencies]
log = { version = "0.4.8", features = ["kv_unstable", "kv_unstable_std"] }

[dev-dependencies]
femme = "2"