# 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 = "social_parser" version = "0.1.0" authors = ["Justin Chung"] build = false exclude = ["index.node"] autobins = false autoexamples = false autotests = false autobenches = false description = "Library to process archive bundles from social platforms" homepage = "https://github.com/justin13888/social-parser" readme = "README.md" keywords = [ "social", "parser", "archive", "data", ] license = "LGPL-3.0" repository = "https://github.com/justin13888/social-parser" [lib] name = "social_parser" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [dependencies.log] version = "0.4.22" features = [ "serde", "std", ] [dependencies.neon] version = "1" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.121" [dependencies.thiserror] version = "1.0.63"