# 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 = "sphinx" version = "0.0.6" description = "A thin wrapper around egui to provide basic page switching and other utilities along with an async runtime" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Nigecat/Sphinx" resolver = "2" [[example]] name = "progress" required-features = ["runtime"] [[example]] name = "state-machine" required-features = ["runtime"] [dependencies.eframe] version = "0.18.0" [dependencies.futures] version = "0.3" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.sphinx-use-state] version = "0.0.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "sync", ] optional = true [dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3.11" [features] animation = [] default = [] runtime = [ "dep:futures", "dep:tokio", ] serde = ["dep:serde"]