# 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 = "abi-cafe" version = "0.4.1" exclude = ["docs"] description = "Pair your compilers up at The ABI café!" homepage = "https://faultlore.com/abi-cafe/book" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Gankra/abi-cafe" [dependencies.camino] version = "1.1.7" features = ["serde1"] [dependencies.cc] version = "1.1.0" [dependencies.clap] version = "4.5.4" features = [ "cargo", "wrap_help", "derive", ] [dependencies.console] version = "0.15.8" [dependencies.include_dir] version = "0.7.4" [dependencies.kdl] version = "4.6.0" [dependencies.kdl-script] version = "0.4.1" [dependencies.libloading] version = "0.7.3" [dependencies.linked-hash-map] version = "0.5.6" features = [ "serde", "serde_impl", ] [dependencies.miette] version = "5.3.0" features = ["fancy"] [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6.4" [dependencies.rand_pcg] version = "0.3.1" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.83" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.37.0" features = [ "full", "tracing", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [build-dependencies.built] version = "0.5.1" [features] default = [] [lints.clippy] result_large_err = "allow"