# 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 = "rustree" version = "0.1.0" description = "Rustree is a notepad that stores text (in HTML format) in a hierarchical structure." homepage = "https://github.com/zalupa35/rustree" readme = "README.md" license = "MIT" repository = "https://github.com/zalupa35/rustree" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [dependencies.binrw] version = "0.13.3" [dependencies.flate2] version = "1.0.28" [dependencies.fltk] version = "1.4.19" features = ["fltk-bundled"] [dependencies.fltk-theme] version = "0.7.2" [dependencies.html2md] version = "0.2.14" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.2" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.194" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [build-dependencies.fl2rust] version = "0.4"