# 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 = "swlang" version = "0.0.12-pre-alpha" authors = ["Gustavo Mendonça, "] description = "A simple configuration language written in Rust" documentation = "https://docs.rs/crate/swlang" readme = "README.md" license = "MIT" repository = "https://github.com/swxtz/swlang" [package.metadata.scripts] build = "cargo build" check = "cargo check" doc = "cargo doc --no-deps --open" publish = "cargo publish" publish-dirty = "cargo publish --allow-dirty" release = "cargo build --release" run = "cargo run" [dependencies.anyhow] version = "1.0.82" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.miette] version = "7.2.0" [dependencies.reqwest] version = "0.11.26" [dependencies.tokio] version = "1.36.0" features = ["full"]