# 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 = "ytml" version = "0.2.3" description = "A markup language that offers a different syntax to html" readme = "README.md" license = "MIT" [[example]] name = "read_file" required-features = ["fs"] [[example]] name = "using_file_paths" required-features = ["fs"] [[example]] name = "write_html" required-features = ["fs"] [dependencies.pest] version = "2.5.5" [dependencies.pest_derive] version = "2.5.5" [features] fs = []