# 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 = "unimarkup" version = "0.4.0" authors = [ "Manuel Hatzl", "Nadir Fejzić", ] description = "CLI for the Unimarkup compiler." homepage = "https://github.com/Unimarkup/unimarkup-rs" readme = "README.md" license = "MIT" repository = "https://github.com/Unimarkup/unimarkup-rs" resolver = "1" [dependencies.clap] version = "^3.1.0" features = [ "derive", "cargo", "env", ] [dependencies.logid] version = "0.6.1" features = [ "diagnostics", "causes", ] [dependencies.once_cell] version = "1.13.0" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.unimarkup-core] version = "0"