# 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 = "jumpcut" version = "0.7.1" description = "JumpCut is a library and CLI for converting Fountain-formatted text files into FDX and HTML formats." homepage = "https://github.com/SimonGZ/jumpcut" readme = "README.md" keywords = [ "fountain", "screenwriting", ] license = "MIT" repository = "https://github.com/SimonGZ/jumpcut" [[bin]] name = "jumpcut" path = "src/bin/main.rs" [[bench]] name = "jumpcut_benchmarks" harness = false [dependencies.clap] version = "4.5.7" features = ["derive"] optional = true [dependencies.handlebars] version = "5.1.2" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.10.5" features = [ "std", "perf", "unicode-gencat", "unicode-perl", ] default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.unicode-segmentation] version = "1.11.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.pretty_assertions] version = "1.0.0" [dev-dependencies.unicode_categories] version = "0.1.1" [features] cli = ["clap"] default = [ "html", "fdx", "cli", ] fdx = ["handlebars"] html = ["handlebars"] lib-only = [ "html", "fdx", ]