# 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 = "facti-api" version = "0.2.0" authors = ["Adam Hellberg "] description = "Provides tools for interacting with Factorio REST APIs" homepage = "https://facti.rs" readme = "README.md" keywords = ["factorio"] categories = ["api-bindings"] license = "MPL-2.0" repository = "https://github.com/Sharparam/facti/tree/main/api" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-trait] version = "0.1.73" optional = true [dependencies.chrono] version = "0.4.26" features = [ "std", "serde", ] default-features = false [dependencies.facti-lib] version = "0.2.1" [dependencies.mime_guess] version = "2.0.4" optional = true [dependencies.reqwest] version = "0.11.18" features = [ "json", "multipart", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.thiserror] version = "1.0.44" [dependencies.tracing] version = "0.1.37" [dependencies.url] version = "2.4.0" features = ["serde"] [features] async = [ "dep:async-trait", "dep:mime_guess", ] blocking = ["reqwest/blocking"] default = ["async"]