[package] name = "xiod_fakedata" version = "0.4.1" authors = ["Wolfgang Silbermayr "] description = "XIO http daemon running faked jobs" homepage = "https://gitlab.com/ommui/xiod_fakedata" repository = "https://gitlab.com/ommui/xiod_fakedata" documentation = "https://docs.rs/xiod_fakedata" license = "AGPL-3.0+" edition = "2018" [dependencies] actix = "0.8" actix-web = "1" actix-web-actors = "1" askama = "0.8" bidir-map = "1" crossbeam-channel = "0.3" env_logger = "0.7.0" futures = "0.1" glob = ">= 0.2.0, < 0.4.0" indexmap = "1" lazy_static = "1" log = "0.4" ommui_broadcast = "0.4.0" ommui_file_loading = "0.7.0" regex = "1" serde = { version = "1", features = ["rc"] } serde_derive = "1" serde_json = "1" snafu = "0.5.0" structopt = "0.3.2" uuid = { version = "0.7.4", features = ["serde", "u128"] } xio_base_datatypes = { version = "0.8.0", features = ["serde"] } xio_common = "0.12.0" xio_hwdb = "0.7.0" xio_instructionset = "0.5.0" xio_jobset = "0.13.0" xio_jobset_compilation = "0.10.0" xio_webapi = "0.19.0"