# 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" rust-version = "1.74" name = "oml" version = "0.0.6" description = "Open Markup Language!" homepage = "https://github.com/fawdlstty/oml" readme = "README.md" keywords = [ "oml", "markup", "configuration", ] categories = [] license = "MIT" repository = "https://github.com/fawdlstty/oml" [lib] name = "oml" crate-type = [ "staticlib", "dylib", "lib", ] [dependencies.pest] version = "2.7.11" [dependencies.pest_derive] version = "2.7.11" [build-dependencies.cbindgen] version = "0.27.0" [features] default = []