# 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-core" version = "0.4.0" authors = [ "Manuel Hatzl", "Nadir Fejzić", ] description = "Core of 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.hex] version = "0.4" [dependencies.icu] version = "=1.1.0" features = ["experimental"] [dependencies.icu_testdata] version = "=1.1.2" features = [ "buffer", "icu_segmenter", ] default-features = false [dependencies.logid] version = "0.6.1" features = [ "diagnostics", "causes", ] [dependencies.once_cell] version = "1.13.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11.5" [dependencies.serde_json] version = "1.0" [dependencies.serde_plain] version = "1.0.0" [dependencies.serde_yaml] version = "0.8.23" [dependencies.sha3] version = "0.10" [dependencies.strum] version = "0.22.0" [dependencies.strum_macros] version = "0.22.0" [dependencies.tracing] version = "0.1.37" [dependencies.unicode-segmentation] version = "1.8.0" [dependencies.unimarkup-inline] version = "0" [dependencies.unimarkup-render] version = "0"