# 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 = "cargo-sphinx" version = "1.3.1" authors = ["Ning Sun ", "Pascal Hartig ", "Daithi O Crualaoich "] include = ["src/*", "AUTHORS", "Cargo.lock", "Cargo.toml", "LICENSE-*", "README.md"] description = "Cargo subcommand for building and publishing Sphinx documentation to GitHub Pages." homepage = "https://woofwoofinc.github.io/cargo-sphinx" documentation = "https://docs.rs/crate/cargo-sphinx" readme = "README.md" keywords = ["cargo", "documentation", "github", "sphinx"] license = "MIT OR Apache-2.0" repository = "https://github.com/woofwoofinc/cargo-sphinx" [package.metadata.sphinx] commit-message = "(cargo-sphinx) Generate docs." docs-path = "docs" push-branch = "gh-pages" push-remote = "origin" sign-commit = false [dependencies.cargo] version = "0.41.0" [dependencies.clap] version = "2.33.0" [dependencies.failure] version = "0.1.6" [dependencies.failure_derive] version = "0.1.6" [dependencies.termcolor] version = "1.1.0" [dependencies.toml] version = "0.5.6"