# 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 = "string_io_and_mock" version = "1.0.1" authors = ["Koen Bekx "] description = "A component providing write and read operations of strings in files, and its mock that does the same in a HashMap." homepage = "https://github.com/KoenLBekx/string_io_and_mock" documentation = "https://docs.rs/string_io_and_mock" readme = "README.md" keywords = [ "file", "string", "io", "mock", ] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/KoenLBekx/string_io_and_mock" [dependencies.serial_test] version = "2.0.0" features = ["file_locks"] [badges.maintenance] status = "passively-maintained"