# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mathematica-notebook-filter" version = "0.2.2" authors = ["JP-Ellis "] description = "`mathematica-notebook-filter` parses Mathematica notebook files and strips them of superfluous\ninformation so that they can be committed into version control systems more\neasily.\n" homepage = "https://github.com/JP-Ellis/mathematica-notebook-filter" documentation = "https://github.com/JP-Ellis/mathematica-notebook-filter" readme = "README.md" keywords = ["mathematica", "vcs", "cli", "parser"] categories = ["command-line-utilities", "text-processing"] license = "GPL-3.0" repository = "https://github.com/JP-Ellis/mathematica-notebook-filter" [dependencies.atty] version = "0.2.11" [dependencies.clap] version = "2.32.0" features = ["wrap_help"] [dependencies.log] version = "0.4.6" [dependencies.stderrlog] version = "0.4.1" [dependencies.tempfile] version = "3.0.7" [badges.codecov] branch = "master" repository = "JP-Ellis/mathematica-notebook-filter" service = "github" [badges.travis-ci] branch = "master" repository = "JP-Ellis/mathematica-notebook-filter"