# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "loader-rs" version = "0.7.0" authors = ["Samuele Maci "] publish = true description = "Rust interface to load generic objects from an URI" readme = "README.md" keywords = ["json"] categories = ["caching", "data-structures", "development-tools", "encoding", "parsing"] license = "MIT" repository = "https://github.com/macisamuele/loader-rs" [package.metadata.docs.rs] all-features = true [dependencies.cached] version = "0" [dependencies.derive_builder] version = "0" optional = true [dependencies.json] version = "0" optional = true [dependencies.json-trait-rs] version = "0" optional = true [dependencies.lazy_static] version = "1" [dependencies.mockito] version = "0" optional = true [dependencies.parking_lot] version = "0" [dependencies.reqwest] version = "0.10" features = ["blocking", "gzip"] [dependencies.serde_json] version = "1" optional = true [dependencies.serde_yaml] version = "0" optional = true [dependencies.strum] version = "0" [dependencies.strum_macros] version = "0" [dependencies.url] version = "2" [dev-dependencies.derive_builder] version = "0" [dev-dependencies.mockito] version = "0" [dev-dependencies.serde_json] version = "1" [dev-dependencies.test-case] version = "1" [features] default = [] json-loader = ["json-trait-rs"] testing-helpers = ["derive_builder", "mockito", "serde_json", "json-trait-rs/trait_serde_json"] trait_json = ["json-loader", "json", "json-trait-rs/trait_json"] trait_serde_json = ["json-loader", "serde_json", "json-trait-rs/trait_serde_json"] trait_serde_yaml = ["json-loader", "serde_yaml", "json-trait-rs/trait_serde_yaml"] [badges.codecov] branch = "master" repository = "macisamuele/loader-rs" service = "github" [badges.is-it-maintained-issue-resolution] repository = "macisamuele/loader-rs" [badges.is-it-maintained-open-issues] repository = "macisamuele/loader-rs" [badges.maintenance] status = "actively-developed"