# 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 = "fit" version = "0.5.0" authors = ["Richard Brodie "] description = "A small crate used for reading and decoding FIT files generated by sports devices." documentation = "https://docs.rs/fit" license = "MIT" repository = "https://github.com/richardbrodie/fit-rs" [profile.release] panic = "abort" [[bin]] name = "test_std" path = "bin/test_std.rs" [[bin]] name = "test_all" path = "bin/test_all.rs" [[bin]] name = "test_dev_fields" path = "bin/test_dev_fields.rs" [[bench]] name = "bench_read_file" harness = false [dependencies.copyless] version = "^0.1.4" [dependencies.fitsdk] version = "^0.1.0" [dependencies.memmap] version = "^0.7.0" [dev-dependencies.criterion] version = "^0.3.0"