# 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 = "capra" version = "0.3.2" authors = ["Anson "] description = "Dive planning library" readme = "README.md" keywords = ["scuba", "diving", "decompression", "dive-plan"] license = "MIT" repository = "https://github.com/the-emerald/capra" [lib] name = "capra" path = "src/lib.rs" [dependencies.capra-core] version = "^0.4.0" [dependencies.serde] version = "^1.0.114" optional = true [dependencies.time] version = "^0.2.16" [features] use-serde = ["capra-core/use-serde", "serde/derive"]