# 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 = "md2nb" version = "0.1.0" authors = ["Connor Gray "] description = "Convert Markdown files into Wolfram Notebooks" readme = "README.md" keywords = ["markdown", "notebook", "convert", "wolfram"] categories = ["encoding", "visualization", "development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/ConnorGray/md2nb" resolver = "2" [dependencies.clap] version = "3.0.14" features = ["derive"] [dependencies.pulldown-cmark] version = "0.9.1" [dependencies.wolfram-app-discovery] version = "0.2.1" [dependencies.wolfram-expr] version = "0.1.1" [dependencies.wstp] version = "0.2.0" [dev-dependencies.indoc] version = "1.0.3" [dev-dependencies.pretty_assertions] version = "1.1.0"