# 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 = "depict-parse" version = "0.3.0" description = "standalone parser for Depict" homepage = "https://github.com/mstone/depict" documentation = "https://docs.rs/depict-parse" license = "MIT" repository = "https://github.com/mstone/depict" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.depict] version = "0.3" features = ["osqp"] default-features = false [dependencies.logos] version = "0.12" [dependencies.miette] version = "4" features = ["fancy"] [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-error] version = "0.2" features = ["traced-error"] [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]