[package] name = "steamws" description = "Set of binaries for working with Steam Workshop" homepage = "https://github.com/wyozi/steamws/" repository = "https://github.com/wyozi/steamws/" readme = "README.md" version = "0.1.0" authors = ["wyozi"] license = "MIT" edition = "2018" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" reqwest = { version = "0.10", features = ["json"] } tokio = { version = "0.2", features = ["full"] } steamworks = "0.6" byteorder = "1" clap = "3.0.0-beta.1" rust-lzma = "0.5" globset = "0.4" tempfile = "3"