# 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 = "unveil-rs" version = "0.1.2-alpha1" authors = ["Paul Delafosse "] description = "Unveil Rs is a tool to create presentations from markdown files.\n" documentation = "https://docs.rs/unveil-rs" readme = "crates-io.md" license = "MIT" repository = "https://github.com/oknozor/unveil-rs" [[bin]] name = "unveil" path = "src/main.rs" [dependencies.anyhow] version = "1.0.26" [dependencies.clap] version = "2.33.0" optional = true [dependencies.dirs] version = "2.0" [dependencies.horrorshow] version = "0.8.1" [dependencies.iron] version = "0.6.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.notify] version = "4.0.15" [dependencies.open] version = "1.4.0" [dependencies.pulldown-cmark] version = "0.7.0" [dependencies.regex] version = "1.3.5" [dependencies.sass-rs] version = "0.2.2" [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.staticfile] version = "0.5.0" [dependencies.toml] version = "0.5.6" [dependencies.ws] version = "0.9.1" [dev-dependencies.tempfile] version = "3.1.0" [features] default = ["unveil-cli"] unveil-cli = ["clap"] [badges.travis-ci] branch = "master" repository = "oknozor/unveil-rs"