# 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 = "splitx" version = "1.0.0" authors = ["Guangde Wang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "splitting a text file into pieces with the size of each piece below a specified maximum number of bytes on disk" readme = "README.md" license = "MIT" repository = "https://github.com/g2wang/splitx" [lib] name = "splitx" path = "src/lib.rs"