# 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 = "jsrmx" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool to manipulate JSON files. It can split large single-object JSON files into many files; merge multiple JSON files into one large JSON file; bundle multiple JSON files into one NDJSON file, and unbundle one NDJSON file into many JSON files." readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/VimCommando/jsrmx" [lib] name = "jsrmx" path = "src/lib.rs" [[bin]] name = "jsrmx" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117"