# 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 = "xbatch" version = "0.2.5" authors = ["Isaac Adams "] description = """ monitors the stdout and stderr of your script for each run homepage: https://github.com/isaacadams/xbatch """ homepage = "https://github.com/isaacadams/xbatch" readme = "README.md" keywords = ["cli"] license = "MIT OR Apache-2.0" repository = "https://github.com/isaacadams/xbatch" [package.metadata.cross] [[bin]] name = "xbatch" path = "src/main.rs" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.env_logger] version = "0.10.1" [dependencies.log] version = "0.4.20" [dependencies.sqlx] version = "0.7.3" features = [ "runtime-tokio-native-tls", "sqlite", ] [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" features = [ "rt-multi-thread", "macros", "io-std", ] [dependencies.tokio-stream] version = "0.1.14" [target.aarch64-unknown-linux-gnu] [target.aarch64-unknown-linux-musl] [target."cfg(target_os = \"linux\")".dependencies.openssl-sys] version = "0.9.96" features = ["vendored"] [target.x86_64-unknown-linux-gnu] [target.x86_64-unknown-linux-musl]