# 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 = "spongedown" version = "0.5.0-alpha.1" authors = ["Jovansonlee Cesar "] description = "Converts markdown to html with svgbob support" documentation = "https://docs.rs/spongedown" readme = "README.md" keywords = ["markdown", "svg", "bob", "spongedown"] license = "MIT" repository = "https://github.com/ivanceras/spongedown" [profile.release] opt-level = "z" lto = true debug = false panic = "abort" [dependencies.comrak] version = "0.8" default-features = false [dependencies.csv] version = "1" optional = true [dependencies.file] version = "1.1.2" optional = true [dependencies.log] version = "0.4" [dependencies.svgbob] version = "0.5.0-alpha.8" [dependencies.syntect] version = "4.1.0" features = ["default-fancy"] default-features = false [dependencies.typed-arena] version = "1.2" [dependencies.url] version = "1.7.1" [dependencies.url_path] version = "0.1.3" [features] default = ["with-csv", "with-embed"] with-csv = ["csv"] with-embed = ["file"]