# 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 = "yarner-lib" version = "0.6.1" authors = ["Martin Lange "] description = "Library to build plugins for the Literate Programming tool Yarner." homepage = "https://mlange-42.github.io/yarner/" documentation = "https://docs.rs/yarner-lib" readme = "README.md" keywords = [ "markdown", "literate-programming", "documentation", ] license = "MIT" repository = "https://github.com/mlange-42/yarner" resolver = "2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.5" features = ["preserve_order"]