# 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 = "kindling" version = "0.2.5" authors = ["Lily Mara"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Framework for building e-ink smart displays with Kindles" readme = "README.md" license = "MIT" repository = "https://github.com/lily-mara/kindling" [lib] name = "kindling" path = "src/lib.rs" [[example]] name = "egui" path = "examples/egui.rs" [[example]] name = "orientation-test" path = "examples/orientation-test.rs" [[example]] name = "server" path = "examples/server.rs" [dependencies.askama] version = "0.12.0" [dependencies.axum] version = "0.7" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.eyre] version = "0.6.8" [dependencies.serde] version = "1.0.174" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.serde_path_to_error] version = "0.1.14" [dependencies.skia-safe] version = "0.78.0" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.tower] version = "0.4.13" [dependencies.tracing] version = "0.1.37" [dev-dependencies.egui] version = "0.27.2" [dev-dependencies.smol_egui_skia] version = "0.3" [dev-dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [build-dependencies.chrono] version = "0.4"