# 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 = "one2html" version = "1.1.1" authors = ["Markus Siemens "] description = "Convert Microsoft OneNoteĀ® notebooks to HTML" keywords = ["onenote"] categories = ["command-line-utilities", "encoding"] license = "MIT" repository = "https://github.com/msiemens/one2html" [profile.dev.package.backtrace] opt-level = 3 [dependencies.askama] version = "0.10" [dependencies.color-eyre] version = "0.5" [dependencies.console] version = "0.14.0" [dependencies.happylog] version = "0.2.0" features = ["structopt"] [dependencies.indicatif] version = "0.16.0" [dependencies.itertools] version = "0.9.0" [dependencies.log] version = "0.4.11" [dependencies.mime_guess] version = "2.0.3" [dependencies.once_cell] version = "1.4.1" [dependencies.onenote_parser] version = "0.3.0" default-features = false [dependencies.palette] version = "0.5.0" [dependencies.percent-encoding] version = "2.1.0" [dependencies.regex] version = "1" [dependencies.sanitize-filename] version = "0.3.0" [dependencies.structopt] version = "0.3" [features] backtrace = ["onenote_parser/backtrace"] default = ["backtrace"]