# 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 = "padder" version = "1.2.0" authors = ["Wilhelm Ă…gren "] include = [ "**/*.rs", "Cargo.toml", "LICENSE", "README.md", ] description = "Highly efficient data and string formatting library for Rust." homepage = "https://github.com/firelink-data/padder" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/firelink-data/padder" [lib] name = "padder" crate-type = ["lib"] path = "src/lib.rs" test = true bench = true [[bench]] name = "bench_main" harness = false [dependencies.env_logger] version = "0.11.0" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.201" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.117" optional = true [dev-dependencies.criterion] version = "0.5.1" [features] default = [] serde = [ "dep:serde", "dep:serde_json", ]