# 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 = "hoars" version = "0.2.0" description = "A library for dealing with the HOA (Hanoi Omega Automata) file format." homepage = "https://github.com/leonbohn/lama/" readme = "README.md" keywords = [ "omega-automata", "hoa", "automata", ] categories = [ "encoding", "parser-implementations", ] license = "MIT" repository = "https://github.com/leonbohn/lama/tree/main/hoars" [dependencies.ariadne] version = "0.4" [dependencies.biodivine-lib-bdd] version = "0.5" [dependencies.chumsky] version = "0.9" features = [ "ahash", "std", ] default-features = false [dependencies.itertools] version = "0.12" [dependencies.lazy_static] version = "1.4.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"