# 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 = "gq-core" version = "0.1.0" description = "Core library for the GQ project. Currently is not intended for use outside of GQ frontends. Breaking changes may occur at any time." homepage = "https://github.com/jorgehermo9/gq/" documentation = "https://github.com/jorgehermo9/gq/" license = "Apache-2.0" repository = "https://github.com/jorgehermo9/gq/" [dependencies.colored_json] version = "5.0.0" [dependencies.derive-getters] version = "0.3.0" [dependencies.derive_builder] version = "0.20.0" [dependencies.derive_more] version = "0.99.17" [dependencies.escape8259] version = "0.5.3" [dependencies.log] version = "0.4.21" [dependencies.logos] version = "0.14.0" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.4" [dependencies.rstest] version = "0.21.0" [dependencies.serde] version = "1.0.203" [dependencies.serde_json] version = "1.0.117" features = ["preserve_order"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.thiserror] version = "1.0.58"