# 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 = "pagetop-hljs" version = "0.0.14" authors = ["Manuel Cillero "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "PageTop package to display beautiful code snippets on web pages." homepage = "https://pagetop.cillero.es" readme = "README.md" keywords = [ "pagetop", "highlight", "parse", "parsing", "component", ] categories = [ "web-programming", "gui", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/manuelcillero/pagetop-hljs" [lib] name = "pagetop_hljs" path = "src/lib.rs" [dependencies.pagetop] version = "0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.static-files] version = "0.2.4" [build-dependencies.pagetop-build] version = "0.0"