# 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 = "harper-core" version = "0.12.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The language checker for developers." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/elijah-potter/harper" [lib] name = "harper_core" path = "src/lib.rs" [[test]] name = "run_tests" path = "tests/run_tests.rs" [[bench]] name = "parse_demo" path = "benches/parse_demo.rs" harness = false [dependencies.blanket] version = "0.4.0" [dependencies.hashbrown] version = "0.15.0" features = ["serde"] [dependencies.is-macro] version = "0.3.6" [dependencies.itertools] version = "0.13.0" [dependencies.ordered-float] version = "4.2.2" features = ["serde"] [dependencies.paste] version = "1.0.14" [dependencies.pulldown-cmark] version = "0.11.0" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.smallvec] version = "1.13.2" features = ["serde"] [dependencies.thiserror] version = "1.0.57" [dependencies.unicode-blocks] version = "0.1.9" [dependencies.unicode-width] version = "0.2.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [features] concurrent = [] default = []