# 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 = "cartograph" version = "0.1.2" authors = ["Freddy Wordingham "] exclude = ["./docs/", "./input/", "./output/"] description = "Datacube builder." documentation = "https://freddywordingham.github.io/cartograph" readme = "README.md" keywords = ["rt"] categories = ["science", "simulation"] license = "MIT OR Apache-2.0" repository = "https://github.com/FreddyWordingham/cartograph" [package.metadata.docs.rs] default-target = "x86_64-apple-darwin" no-default-features = true targets = ["x86_64-unknown-linux-gnu"] [profile.bench] opt-level = 3 lto = "fat" codegen-units = 1 debug = false debug-assertions = false rpath = false overflow-checks = false incremental = false [profile.dev] opt-level = 0 lto = false codegen-units = 16 debug = true debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true [profile.release] opt-level = 3 lto = false codegen-units = 16 debug = true debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = false [profile.test] opt-level = 0 lto = false codegen-units = 16 debug = 2 debug-assertions = true rpath = false overflow-checks = true incremental = true [dependencies.arctk] version = "0.11.1" features = ["netcdf", "terminal_size"] [dependencies.arctk-attr] version = "0.2.*" [dependencies.arctk-proc] version = "0.2.*" [dependencies.ndarray] version = "0.13.*" features = ["rayon"] [dependencies.num_cpus] version = "1.13.*" [dependencies.rand] version = "0.7.*" [dependencies.rayon] version = "1.5.*" [dependencies.serde] version = "1.0.*" features = ["derive"]