# 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 = "fmtt" version = "0.8.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A diff-friendly text formatter that breaks lines on sensible punctuations and words to fit a line width." readme = "README.md" license = "MIT" repository = "https://github.com/SichangHe/fmtt" [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [profile.release] opt-level = "s" lto = true [lib] name = "fmtt" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [[bin]] name = "fmtt" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.pyo3] version = "0.22" optional = true [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tailcall] version = "1.0.1" [dependencies.tracing] version = "0.1" default-features = false [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", "smallvec", ] default-features = false [dev-dependencies.insta] version = "1.39" [features] default = [] py = ["dep:pyo3"]