# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "zathura-plugin" version = "0.4.0" authors = ["Jonas Schievink "] description = "Idiomatic wrapper around Zathura's Plugin interface" documentation = "https://docs.rs/zathura-plugin/" readme = "README.md" keywords = ["zathura", "pdf", "document", "reader", "viewer"] categories = ["api-bindings"] license = "0BSD" repository = "https://github.com/jonas-schievink/zathura-plugin.git" [package.metadata.release] no-dev-version = true pre-release-commit-message = "Release {{version}}" tag-message = "{{version}}" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "## Unreleased\n\nNo changes.\n\n## {{version}} - {{date}}" search = "## Unreleased" [[package.metadata.release.pre-release-replacements]] file = "README.md" replace = "zathura-plugin = \"{{version}}\"" search = "zathura-plugin = \"[a-z0-9\\\\.-]+\"" [[package.metadata.release.pre-release-replacements]] file = "src/lib.rs" replace = "https://docs.rs/zathura-plugin/{{version}}" search = "https://docs.rs/zathura-plugin/[a-z0-9\\.-]+" [lib] crate-type = ["cdylib", "rlib"] [dependencies.cairo-rs] version = "0.6.0" features = ["v1_14"] [dependencies.cairo-sys-rs] version = "0.8.0" [dependencies.pkg-version] version = "0.1.0" [dependencies.zathura-plugin-sys] version = "0.2.0" [dev-dependencies.version-sync] version = "0.8" [features] testplugin = []