# 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 = "serde-loader" version = "0.2.0" description = "Serde wrapper to load/save serializable data from relative paths" homepage = "https://github.com/jerry73204/serde-loader" documentation = "https://docs.rs/serde-loader/" readme = "README.md" license = "MIT" repository = "https://github.com/jerry73204/serde-loader.git" [package.metadata.docs.rs] features = ["full"] [dependencies.anyhow] version = "1.0.72" [dependencies.derivative] version = "2.2.0" [dependencies.json5] version = "0.4.1" optional = true [dependencies.prost] version = "0.11.9" optional = true [dependencies.serde] version = "1.0.175" features = ["derive"] [dependencies.serde_json] version = "1.0.103" optional = true [dependencies.serde_yaml] version = "0.9.25" optional = true [features] full = [ "json", "json5", "protobuf", "yaml", ] json = ["serde_json"] protobuf = ["prost"] yaml = ["serde_yaml"]