# 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 = "libruskel" version = "0.0.7" authors = ["Aldo Cortesi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generates skeletonized outlines of Rust crates" readme = "README.md" license = "MIT" repository = "https://github.com/cortesi/ruskel" [lib] name = "libruskel" path = "src/lib.rs" [[test]] name = "enums" path = "tests/enums.rs" [[test]] name = "filter" path = "tests/filter.rs" [[test]] name = "functions" path = "tests/functions.rs" [[test]] name = "impls" path = "tests/impls.rs" [[test]] name = "misc" path = "tests/misc.rs" [[test]] name = "modules" path = "tests/modules.rs" [[test]] name = "structs" path = "tests/structs.rs" [[test]] name = "targets" path = "tests/targets.rs" [[test]] name = "traits" path = "tests/traits.rs" [[test]] name = "utils" path = "tests/utils.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.cargo] version = "0.82.0" [dependencies.cargo_toml] version = "0.20.3" [dependencies.rust-format] version = "0.3.4" [dependencies.rustdoc-json] version = "0.9.1" [dependencies.rustdoc-types] version = "0.30.0" [dependencies.semver] version = "1.0.23" [dependencies.serde_json] version = "1.0.120" [dependencies.syntect] version = "5.2.0" features = [ "default-syntaxes", "default-themes", "parsing", "regex-onig", ] default-features = false [dependencies.tempfile] version = "3.10.1" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.pretty_assertions] version = "1.4.0"