# 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 = "kate" version = "0.1.0" description = "A WIP JVM written in rust." documentation = "https://amy.is-a.dev/kate" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/nullishamy/kate/" resolver = "2" [dependencies.anyhow] version = "1.0.56" [dependencies.bitflags] version = "1.3" [dependencies.bytes] version = "1.1.0" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.crossterm] version = "0.22" features = ["event-stream"] [dependencies.enum-as-inner] version = "0.4.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.parking_lot] version = "0.12.0" [dependencies.paste] version = "1.0.6" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.7" [dependencies.tracing] version = "0.1.32" [dependencies.tracing-subscriber] version = "0.3.9" [dependencies.tui] version = "0.17"