# 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" rust-version = "1.71.1" name = "readme-sync" version = "0.3.0" authors = ["Andrey Zheleznov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Checks that your readme and documentation are synchronized" documentation = "https://docs.rs/readme-sync" readme = "README.md" keywords = [ "assert", "test", "sync", "readme", "docs", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/zheland/readme-sync" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "readme_sync" path = "src/lib.rs" [[test]] name = "version" path = "tests/version.rs" [dependencies.codemap] version = "0.1.3" [dependencies.codemap-diagnostic] version = "0.1.2" [dependencies.glob] version = "0.3.1" [dependencies.platforms] version = "3.4.1" [dependencies.proc-macro2] version = "1.0.86" features = ["span-locations"] default-features = false [dependencies.pulldown-cmark] version = "0.12.1" default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.syn] version = "2.0.79" features = [ "full", "extra-traits", ] [dependencies.thiserror] version = "1.0.64" [dependencies.toml] version = "0.8.19" [dev-dependencies.version-sync] version = "0.9.5" [badges.maintenance] status = "passively-maintained"