# 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 = "2018" name = "c6o-obsidian-export" version = "21.9.0" authors = ["Nick Groenen "] description = "Rust library and associated CLI program to export an Obsidian vault to regular Markdown.\n" documentation = "https://docs.rs/obsidian-export" readme = "README.md" keywords = ["markdown", "obsidian"] categories = ["command-line-utilities", "text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/nsainaney/obsidian-export" [lib] name = "c6o_obsidian_export" path = "src/lib.rs" [[bin]] name = "c6o-obsidian-export" path = "src/main.rs" doc = false [dependencies.eyre] version = "0.6.5" [dependencies.gumdrop] version = "0.8.0" [dependencies.ignore] version = "0.4.17" [dependencies.lazy_static] version = "1.4.0" [dependencies.matter] version = "0.1.0-alpha4" [dependencies.pathdiff] version = "0.2.0" [dependencies.percent-encoding] version = "2.1.0" [dependencies.pulldown-cmark] version = "0.8.0" [dependencies.pulldown-cmark-to-cmark] version = "6.0.3" [dependencies.rayon] version = "1.5.0" [dependencies.regex] version = "1.5.3" [dependencies.serde_yaml] version = "0.8.21" [dependencies.slug] version = "0.1.4" [dependencies.snafu] version = "0.6.10" [dev-dependencies.pretty_assertions] version = "0.7.2" [dev-dependencies.tempfile] version = "3.2.0" [dev-dependencies.walkdir] version = "2.3.2"