# 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 = "rsfile" version = "0.1.2" exclude = ["data", ".idea", "target"] description = "A Rust library to operate files or web pages easily and quickly" documentation = "https://docs.rs/crate/rsfile/latest" readme = "README.md" keywords = ["text-file-helper", "csv-file-helper", "file-utility", "crawler", "web-page-helper"] categories = ["filesystem"] license = "MIT" repository = "https://github.com/dhchenx/rsfile/" resolver = "2" [lib] name = "rsfile" crate-type = ["cdylib", "rlib"] path = "src/lib.rs" [[bin]] name = "rsfile_main" path = "src/main.rs" [dependencies.csv] version = "1.1.6" [dependencies.webpage] version = "1.4.0"