# 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 = "scarb-metadata" version = "1.13.0" authors = ["Software Mansion "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Structured access to the output of `scarb metadata`" homepage = "https://docs.swmansion.com/scarb" readme = "README.md" keywords = [ "cairo-lang", "starknet", "scarb", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/software-mansion/scarb" [lib] name = "scarb_metadata" path = "src/lib.rs" [[test]] name = "command" path = "tests/command.rs" [[test]] name = "scarb_command" path = "tests/scarb_command.rs" [[test]] name = "serialization" path = "tests/serialization.rs" [dependencies.camino] version = "1" features = ["serde1"] [dependencies.derive_builder] version = ">=0.12" optional = true [dependencies.semver] version = "1" features = ["serde"] [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.serde_json] version = "1" features = ["raw_value"] [dependencies.thiserror] version = "1" optional = true [dev-dependencies.assert_fs] version = "1" [dev-dependencies.snapbox] version = "0.4" features = [ "cmd", "path", ] [features] builder = ["dep:derive_builder"] command = ["dep:thiserror"] default = ["command"]