editorconfig-core 0.1.2

An EditorConfig Core passing all the editorconfig-core-test tests
Documentation
[[bin]]
name = "editorconfig"
path = "src/bin/editorconfig.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.regex]
version = "1.11"

[dependencies.regex-syntax]
version = "0.8"

[lib]
name = "editorconfig_core"
path = "src/lib.rs"

[package]
authors = ["Rotem Horesh (rotmh)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An EditorConfig Core passing all the editorconfig-core-test tests"
edition = "2024"
homepage = "https://github.com/rotmh/editorconfig-core-rust"
include = ["/src", "/README.md"]
keywords = ["editorconfig"]
license = "MIT"
name = "editorconfig-core"
readme = "README.md"
repository = "https://github.com/rotmh/editorconfig-core-rust"
version = "0.1.2"