rustyphoenixlecture 1.2.0

This project aims to provide a simple a powerfull lecture compilation to generate html web sites
# 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 = "rustyphoenixlecture"
version = "1.2.0"
authors = [
    "Pierre Aubert <pierre.aubert@lapp.in2p3.fr>",
    "Thibaut OPRINSEN <thibaut.oprinsen@lapp.in2p3.fr>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This project aims to provide a simple a powerfull lecture compilation to generate html web sites"
homepage = "https://cta-lapp.pages.in2p3.fr/PHOENIX_LIBS2/static-site-generator/RustyPhoenixLecture/index.html"
readme = "README.md"
keywords = [
    "phoenix",
    "lecture",
    "html",
    "markdown",
    "highlighter",
]
license = "CECILL-C"
repository = "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/static-site-generator/RustyPhoenixLecture"

[[bin]]
name = "rustyphoenixlecture"
path = "src/main.rs"

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

[dependencies.glob]
version = "0.3.3"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.toml]
version = "1.0.3"