# 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 = "deno_lockfile" version = "0.23.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of a lockfile used in Deno" readme = "README.md" license = "MIT" repository = "https://github.com/denoland/deno_lockfile" [lib] name = "deno_lockfile" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [[test]] name = "specs" path = "tests/spec_test.rs" harness = false [dependencies.deno_semver] version = "0.6.0" [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.thiserror] version = "2.0.3" [dev-dependencies.file_test_runner] version = "0.7.2" [dev-dependencies.pretty_assertions] version = "1.4.0"