# 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 = "deliminator-core" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Universal code documentation generator." readme = "README.md" license = "MIT" [lib] name = "deliminator_core" path = "src/lib.rs" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.pest] version = "2.7.13" [dependencies.pest_derive] version = "2.7.13" [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128"