# 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 = "codestage" version = "0.1.1-alpha.1" authors = ["Shi Yan "] description = "A static site generator to create javascript playground demo" homepage = "https://github.com/shi-yan/codestage" readme = "README.md" keywords = [ "cli", "static-site", "demo", "code-playground", "javascript", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/shi-yan/codestage" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.fs_extra] version = "1.2" [dependencies.rust-embed] version = "6.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.5"