# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "xio_webapi" version = "0.19.0" authors = ["Wolfgang Silbermayr "] description = "XIO web API data structures" homepage = "https://gitlab.com/ommui/xio_webapi" documentation = "https://docs.rs/xio_webapi" license = "AGPL-3.0+" repository = "https://gitlab.com/ommui/xio_webapi" [[bin]] name = "xio-check-joblog" path = "src/bin/check_joblog.rs" required-features = ["tools"] [dependencies.csv] version = "1.0.0" optional = true [dependencies.indexmap] version = "1.0.2" [dependencies.serde] version = "1.0.70" [dependencies.serde_derive] version = "1.0.70" [dependencies.serde_json] version = "1.0.24" optional = true [dependencies.snafu] version = "0.5.0" optional = true [dependencies.structopt] version = "0.3.2" optional = true [dependencies.uuid] version = "0.7.1" features = ["serde"] [dependencies.xio_base_datatypes] version = "0.8.0" features = ["serde"] [dependencies.xio_hwdb] version = "0.7.0" [dependencies.xio_jobset] version = "0.13.0" [dev-dependencies.serde_json] version = "1.0.24" [features] default = ["tools"] notools = [] tools = ["serde_json", "snafu", "structopt", "csv"]