# 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 = "z_osmf_core" version = "0.2.0" authors = ["Billy McGee "] description = "Common components used by z_osmf and z_osmf_macros" homepage = "https://crates.io/crates/z_osmf_core" documentation = "https://docs.rs/z_osmf_core" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/wmcgee3/z_osmf-rs" [dependencies.reqwest] version = "0.11" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0"