[dependencies.nom]
version = "5.0.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[features]
use_serde = ["serde"]
[package]
authors = ["Adam Chalmers <adam.s.chalmers@gmail.com>"]
categories = ["command-line-utilities", "text-processing"]
description = "Parser and formatter for the Fountain screenplay markup language"
edition = "2018"
homepage = "https://github.com/adamchalmers/fountain-rs"
keywords = ["fountain", "parsing", "markup"]
license = "Unlicense OR MIT"
name = "fountain"
readme = "README.md"
repository = "https://github.com/adamchalmers/fountain-rs"
version = "0.1.12"