# 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 = "slippy" version = "0.1.0" description = "🖼 the easiest way to make a presentation" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/slippy" [profile.dist] lto = "thin" inherits = "release" [dependencies.axoasset] version = "0.0.1" [dependencies.axohtml] version = "0.4.1" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.console] version = "0.15.5" [dependencies.css-minify] version = "0.3.1" [dependencies.fs_extra] version = "1.3.0" [dependencies.markdown] version = "1.0.0-alpha.7" [dependencies.thiserror] version = "1.0.39" [dev-dependencies.assert_cmd] version = "2.0.8"