# 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 = "kasuari" version = "0.0.0" authors = [ "Dylan Ede ", "Josh McKinney", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A rust layout solver for GUIs, based on the Cassowary algorithm. A fork of the unmaintained cassowary-rs crate with improvments and bug fixes. Kasuari is the indonesian name for the cassowary bird. """ homepage = "https://github.com/joshka/kasuari" documentation = "https://docs.rs/kasuari" readme = "README.md" keywords = [ "cassowary", "layout", "tui", "solver", ] categories = [ "algorithms", "command-line-interface", "graphics", "gui", "rendering", ] license = "MIT / Apache-2.0" repository = "https://github.com/joshka/kasuari" [lib] name = "kasuari" path = "src/lib.rs" [dependencies.thiserror] version = "1.0.64"