# 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 = "2021" name = "aoc-puzzle-desc-md" version = "0.10.0" authors = ["Erik Nordstrøm "] publish = true description = "AoC'19 Puzzle Description HTML
Fragment to Markdown Converter" readme = "README.md" keywords = [ "aoc", "advent-of-code", "aoc2019", "programming-puzzles", ] categories = [ "command-line-utilities", "development-tools", "science", ] license = "ISC" repository = "https://github.com/ctsrc/puzzle-desc-md" [dependencies.clap] version = "2.33.0" features = ["yaml"] default-features = false [dependencies.regex] version = "1.3.1"