# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "alogfmt" version = "0.1.0" authors = ["Aurora McGinnis "] description = "Logfmt serializer implementation using serde." readme = "README.md" keywords = ["logfmt"] categories = ["encoding"] license = "MPL-2.0" repository = "https://git.aurora.vg/aurora/alogfmt" [[bench]] name = "struct" harness = false [dependencies.base16] version = "^0.2.1" features = ["alloc"] default-features = false [dependencies.dtoa] version = "^1.0.9" [dependencies.itoa] version = "^1.0.9" [dependencies.serde] version = "1" features = ["std"] default-features = false [dependencies.thiserror] version = "^1.0.43" [dev-dependencies.anyhow] version = "^1.0.72" [dev-dependencies.criterion] version = "^0.4" features = ["html_reports"] [dev-dependencies.serde] version = "1" features = [ "std", "derive", ] default-features = false [dev-dependencies.serde_bytes] version = "^0.11.12"