# 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 = "fujc-api" version = "1.1.1" authors = [ "Zuygui", "Bricklou", ] description = "A Wrapper of the Curseforge api for FlowUpdater JSON Creator" homepage = "https://github.com/zuygui/flowupdater-json-creator" readme = "README.md" keywords = [ "curseforge", "api", "flowupdater", "json", "fujc", ] categories = [ "api-wrapper", "curseforge", "flowupdater", "json", ] license = "MIT" repository = "https://github.com/zuygui/flowupdater-json-creator" resolver = "1" [lib] name = "fujc" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.reqwest] version = "0.11" features = [ "json", "native-tls", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" features = [ "serde", "serde-well-known", ]