# 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" rust-version = "1.60" name = "statgrab" version = "0.9.8" authors = ["Adam Flott "] description = "Rust API to libstatgrab" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/adamflott/statgrab-rs" [dependencies.chrono] version = "0.4.22" features = ["serde"] default-features = true [dependencies.libstatgrab-sys] version = "~1.0.2" [dependencies.serde] version = "1.0.164" optional = true [dependencies.serde_derive] version = "1.0.125" optional = true [dependencies.serde_with] version = "3.0.0" optional = true [features] default = [] serde = [ "dep:serde", "serde/derive", "serde_with/chrono_0_4", ]