# 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 = "mtif" version = "0.1.2" authors = ["Pocket7878 "] description = "Movable Type Import Format file parser" readme = "README.md" license-file = "LICENCE" repository = "https://github.com/pocket7878/mtif-rs" [dependencies.nom] version = "7" [dependencies.time] version = "0.3.17" features = [ "std", "macros", ] [dev-dependencies.insta] version = "1.26.0"