# 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 = "2018" name = "doku" version = "0.21.1" authors = [ "Athanasios Katsios ", "Patryk Wychowaniec ", ] description = "A framework for documenting Rust data structures" readme = "../README.md" keywords = [ "doc", "docs", "documentation", "serialization", ] license = "MIT" repository = "https://github.com/anixe/doku" [dependencies.chrono] version = "0.4" optional = true [dependencies.doku-derive] version = "=0.21.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2" optional = true [dev-dependencies.difference] version = "2.0" [dev-dependencies.indoc] version = "1.0" [dev-dependencies.once_cell] version = "<=1.14" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.test-case] version = "1.2" [dev-dependencies.trybuild] version = "1.0" features = ["diff"] [features] chrono-04 = ["chrono"] url-2 = ["url"]