# 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 = "parse_postman_collection" version = "0.2.3" authors = [ "Sebastian Mandrean ", "julien-cpsn", ] description = "A Postman Collection serialization & deserialization library." documentation = "https://github.com/julien-cpsn/postman-collection-rs" readme = "README.md" keywords = [ "postman", "collection", "postman-collection", "serialization", "deserialization", ] license = "MIT" repository = "https://github.com/julien-cpsn/postman-collection-rs" [dependencies.error-chain] version = "0.12" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.serde_json] version = "1" features = ["raw_value"] [dependencies.serde_yaml] version = "0.9.32" [dependencies.url] version = "2.2" [dependencies.url_serde] version = "0.2" [dev-dependencies.glob] version = "0.3" [badges.travis-ci] repository = "mandrean/postman-collection-rs"