# 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 = "expedition" version = "0.2.1" authors = ["aecsocket "] description = "Rich text styling and formatting library" readme = "README.md" keywords = [ "gamedev", "gui", ] categories = [ "game-development", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aecsocket/expedition" [package.metadata.docs.rs] all-features = true [dependencies.document-features] version = "0.2" optional = true [dependencies.ecolor] version = "0.22" [dependencies.egui] version = "0.22" optional = true [dependencies.itertools] version = "0.11" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.termcolor] version = "1" optional = true [features] egui = ["dep:egui"] serde = [ "dep:serde", "ecolor/serde", "egui/serde", ] termcolor = ["dep:termcolor"]