# 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 = "tomlyre" version = "0.0.1-beta.1" authors = ["Moe "] description = "For parsing, converting, and syntax highlighting data in various formats, such as TOML, YAML, and more." license = "Apache-2.0" repository = "https://github.com/2moe/tomlyre" [dependencies.anyhow] version = "1.0.70" [dependencies.bson] version = "2.6.1" optional = true [dependencies.getset] version = "0.1.2" [dependencies.glossa] version = "0.0.1-alpha.9" [dependencies.json5] version = "0.4.1" optional = true [dependencies.log] version = "0.4.17" [dependencies.owo-colors] version = "3.5.0" [dependencies.phf] version = "0.11.1" [dependencies.quick-xml] version = "0.28.2" features = ["serialize"] optional = true [dependencies.quickxml_to_serde] version = "0.5.0" optional = true [dependencies.ron] version = "0.8.0" optional = true [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde-lexpr] version = "0.1.3" optional = true [dependencies.serde_json] version = "1.0.96" optional = true [dependencies.serde_yaml] version = "0.9.21" optional = true [dependencies.syntect] version = "5.0.0" features = [ "parsing", "regex-fancy", ] default-features = false [dependencies.toml] version = "0.7.3" [dependencies.toml_edit] version = "0.19.8" [build-dependencies.glossa-codegen] version = "0.0.1-alpha.4" features = [ "yaml", "toml", "highlight", ] default-features = false [build-dependencies.syntect] version = "5.0.0" features = [ "parsing", "regex-fancy", "yaml-load", "plist-load", ] default-features = false [features] bson = ["dep:bson"] default = [ "json", "yaml", ] json = ["dep:serde_json"] json5 = ["dep:json5"] lexpr = ["dep:serde-lexpr"] ron = ["dep:ron"] xml = [ "dep:quick-xml", "dep:quickxml_to_serde", ] yaml = ["dep:serde_yaml"] [target."cfg(not(target_family = \"wasm\"))".dependencies.comfy-table] version = "6.1.4" [target."cfg(target_family = \"wasm\")".dependencies.comfy-table] version = "6.1.4" default-features = false