# 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 = "package-json" version = "0.4.0" authors = ["Liu Bowen "] exclude = [".*/"] description = "package.json manager for Rust" readme = "README.md" keywords = [ "package_json", "nodejs", "npm", "yarn", "pnpm", ] categories = [ "data-structures", "encoding", "api-bindings", ] license = "MIT" repository = "https://github.com/lbwa/package-json-rs" [package.metadata.docs.rs] all-features = true [dependencies.anyhow] version = "1.0.58" [dependencies.derive_builder] version = "0.12.0" [dependencies.serde] version = "1.0.138" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dev-dependencies.tempfile] version = "3.3.0" [features] default = []