# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "freebsd-geom" version = "0.1.2" authors = ["Conrad Meyer "] description = "A library for working with GEOM object graphs" keywords = ["freebsd", "geom", "graph", "api"] categories = ["config", "database", "os::freebsd-apis", "parser-implementations"] license = "MIT" repository = "https://github.com/cemeyer/freebsd-geom-rs" [package.metadata.docs.rs] default-target = "x86_64-unknown-freebsd" [profile.dev] opt-level = 2 [dependencies.quick-xml] version = "~0.20.0" features = ["serialize"] [dependencies.scan_fmt] version = "~0.2.5" [dependencies.serde] version = "~1.0.0" features = ["derive"] [dependencies.serde-hex] version = "~0.1.0" [dependencies.strum] version = "~0.20.0" [dependencies.strum_macros] version = "~0.20.1" [dependencies.sysctl] version = "~0.4.0"