# 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 = "dive-deco" version = "5.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A dive decompression models library (Buehlmann ZH-L 16C)" readme = "README.md" keywords = [ "scuba", "diving", "decompression", "Buhlmann", "Buehlmann", ] categories = [ "algorithms", "simulation", "science", ] license = "MIT" repository = "https://github.com/KG32/dive-deco.git" [lib] name = "dive_deco" path = "src/lib.rs" [[example]] name = "ceiling_example" path = "examples/ceiling_example.rs" [[example]] name = "config_example" path = "examples/config_example.rs" [[example]] name = "deco_example" path = "examples/deco_example.rs" [[example]] name = "depth_time_example" path = "examples/depth_time_example.rs" [[example]] name = "ndl_example" path = "examples/ndl_example.rs" [[test]] name = "buehlmann_tests" path = "tests/buehlmann_tests.rs" [[test]] name = "deco_model_tests" path = "tests/deco_model_tests.rs" [[test]] name = "deco_tests" path = "tests/deco_tests.rs" [[test]] name = "fixtures" path = "tests/fixtures.rs" [[test]] name = "gradient_factors_tests" path = "tests/gradient_factors_tests.rs" [[test]] name = "helium_tests" path = "tests/helium_tests.rs" [[test]] name = "travel_tests" path = "tests/travel_tests.rs" [[bench]] name = "buehlmann_benchmark" path = "benches/buehlmann_benchmark.rs" harness = false [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]