# 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 = "libruster" version = "1.3.1" description = "Ruster is a library using ffi for database management with psql/pg_dump + mysql/mysqldump that can be used in other languages like Golang" documentation = "https://docs.rs/libruster/1.3.1/libruster/" license = "MIT" repository = "https://github.com/e-monkeys-tech/ruster" resolver = "2" [lib] name = "libruster" crate-type = ["cdylib", "staticlib", "lib"] path = "lib/ruster.rs" test = true doctest = true bench = true doc = true plugin = false proc-macro = false harness = true required-features = [] edition = "2021" [dependencies.env_logger] version = "0.8.4" [dependencies.libc] version = "0.2.2" [dependencies.log] version = "0.4.14"