# 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 = "logix-type" version = "0.11.2" authors = ["Gigantos "] description = "Provides the `LogixType` trait and the parser for `.logix` files, aimed at enabling easy-to-read-and-write configurations for `logix`." readme = "README.md" categories = [ "parsing", "config", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/logix-tool/logix-type" [dependencies.bstr] version = "1.9.1" [dependencies.indexmap] version = "2.2.6" [dependencies.logix-type-derive] version = "0.11.0" [dependencies.logix-vfs] version = "0.9.1" [dependencies.owo-colors] version = "4.0.0" features = ["alloc"] [dependencies.smol_str] version = "0.2.1" [dependencies.textwrap] version = "0.16.1" [dependencies.thiserror] version = "1.0.58" [dependencies.which] version = "6.0.1" [dev-dependencies.strip-ansi-escapes] version = "0.2.0" [dev-dependencies.tempfile] version = "3.10.1"