# 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 = "layaway" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Layout creation for Sway via a relative and human-readable DSL." readme = "README.md" keywords = ["sway"] categories = [ "command-line-utilities", "config", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MultisampledNight/layaway" [profile.dist] lto = "thin" inherits = "release" [lib] name = "layaway" path = "src/lib.rs" [[bin]] name = "layaway" path = "src/main.rs" [dependencies.chumsky] version = "0.9.3" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.directories-next] version = "2.0.0" [dependencies.eyre] version = "0.6.12" [dependencies.hostname] version = "0.4.0" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.strum] version = "0.26.2" features = ["derive"] [dependencies.swayipc] version = "3.0.2" [dependencies.thiserror] version = "1.0.60" [dependencies.toml] version = "0.8.13" [lints.clippy] cast_lossless = "allow" missing_errors_doc = "allow" [lints.clippy.pedantic] level = "warn" priority = -1