# 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 = "pandoc_types" version = "0.6.0" authors = ["Elliott Slaughter "] include = [ "Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "tests/**/*.txt", "examples/**/*.rs", "README.md", "LICENSE.txt", ] description = "Rust port of pandoc-types" readme = "README.md" keywords = [ "pandoc", "pandoc-types", ] categories = ["text-processing"] license = "Apache-2.0" repository = "https://github.com/elliottslaughter/rust-pandoc-types" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_tuple] version = "0.5.0" [dev-dependencies.serde_json] version = "1.0"