# 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 = "snowcap" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple markup language for iced" homepage = "https://github.com/boondocklabs/snowcap" readme = "README.md" license = "MIT" license-file = "LICENSE.txt" repository = "https://github.com/boondocklabs/snowcap" [lib] name = "snowcap" path = "src/lib.rs" [[bin]] name = "snowcap-viewer" path = "src/bin/snowcap-viewer.rs" [dependencies.iced] version = "0.13.1" features = [ "qr_code", "svg", "canvas", "advanced", "image", "markdown", ] [dependencies.notify] version = "6.1.1" [dependencies.once_cell] version = "1.19.0" [dependencies.pest] version = "2.7.13" [dependencies.pest_derive] version = "2.7.13" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1.0.64" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]