# 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 = "crud-pretty-struct" version = "0.1.6" description = "Pretty display for struct" homepage = "https://github.com/djedi23/crud.rs" readme = "README.md" license = "MIT" repository = "https://github.com/djedi23/crud.rs" [lib] path = "src/lib.rs" [dependencies.bytesize] version = "1.2" optional = true [dependencies.chrono] version = "0.4" features = [ "std", "serde", "clock", ] optional = true default-features = false [dependencies.crud-pretty-struct-derive] version = "0.1" [dependencies.humantime] version = "2.1" optional = true [dependencies.miette] version = "5.9" features = ["fancy"] [dependencies.owo-colors] version = "4" [dependencies.pad] version = "0.1" [dependencies.serde_json] version = "1.0" [dependencies.termimad] version = "0.20" optional = true [dependencies.unicode-width] version = "0.1" [dev-dependencies.is-terminal] version = "0.4" [features] bytesize = ["dep:bytesize"] chrono = ["dep:chrono"] dump-derives = ["crud-pretty-struct-derive/dump-derives"] humantime = ["dep:humantime"] markdown = ["dep:termimad"]