# 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 = "typst-upgrade" version = "1.3.0" authors = ["coekjan "] build = false exclude = [ "/.github", "/tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to upgrade typst packages" readme = "README.md" keywords = [ "cli", "typst", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/Coekjan/typst-upgrade" [profile.release] lto = true panic = "abort" [[bin]] name = "typst-upgrade" path = "src/main.rs" [dependencies.clap] version = "4" features = [ "derive", "env", "suggestions", "string", ] [dependencies.diff] version = "0.1" [dependencies.once_cell] version = "1" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde_json] version = "1" [dependencies.termcolor] version = "1" [dependencies.typst-syntax] version = "0.12" [dev-dependencies.paste] version = "1" [lints.rust] unsafe_code = "forbid" warnings = "deny" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(coverage_nightly)"]