# 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 = "yaml2lua" version = "0.1.0" authors = ["Dervex"] description = "Convert YAML to Lua table" readme = "README.md" keywords = [ "yaml", "yml", "lua", "parse", "table", ] categories = ["parsing"] license = "Apache-2.0" repository = "https://github.com/DervexHero/yaml2lua" [lib] name = "yaml2lua" path = "src/lib.rs" [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.serde_yaml] version = "0.9.34"