# 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 = "headless_common" version = "0.1.1" description = "Shared types useful for making requests to various Liferay headless APIs" keywords = [ "Liferay", "headless-apis", "api-client", ] license = "MIT OR Apache-2.0" resolver = "1" [dependencies.chrono] version = "0.4.24" [dependencies.convert_case] version = "0.6.0" [dependencies.field_types] version = "1.1.0" [dependencies.http] version = "0.2.9" [dependencies.reqwest] version = "0.11.14" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.156" default-features = false [dependencies.serde_derive] version = "1.0.156" default-features = false [dependencies.serde_json] version = "1.0.94" default-features = false [dependencies.url] version = "2.3.1" default-features = false [dependencies.uuid] version = "1.3.0" default-features = false