# 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 = "bfom" version = "0.1.47" authors = ["Brendan Golden "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Brendan's Flavor of Markdown: I'll build my own markdown format, what could go wrong?" readme = "README.md" keywords = ["markdown"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/silver_rust/bfom" resolver = "1" [[bin]] name = "cargo-bfom" path = "src/main.rs" [dependencies.bfom-lib] version = "^0.1.52" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.8"