# 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 = "2018" name = "commentator" version = "0.2.3" description = "Source code comments extractor binary and SDK" license = "MIT" [lib] name = "commentator" path = "src/lib.rs" [[bin]] name = "commentator" path = "src/bin.rs" required-features = ["feat-bin"] [dependencies.argparse] version = "0.2.2" optional = true [dependencies.json] version = "0.12.4" optional = true [dependencies.unicode-segmentation] version = "1.8.0" [features] feat-bin = ["json", "argparse"]