# 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 = "godata_lib" version = "0.3.0" exclude = [ "godata/*", "tests/*", ] description = "Data management for the busy scientists. Designed to be used from python" homepage = "https://github.com/PatrickRWells/godata" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/PatrickRWells/godata" [lib] name = "godata" crate-type = [ "rlib", "cdylib", ] [dependencies.directories] version = "5.0.1" [dependencies.nanoid] version = "0.4.0" [dependencies.pyo3] version = "0.19.2" [dependencies.r2d2] version = "0.8.10" [dependencies.r2d2_sqlite] version = "0.22.0" [dependencies.rusqlite] version = "0.29.0" features = ["bundled"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.106" [dependencies.serde_rusqlite] version = "0.33.1"