# 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_no_io" version = "0.1.0" authors = ["Kyle Lin ", "Richard Brodie "] exclude = ["FitSDKRelease_20.94.00.zip"] description = "A small crate used for reading and decoding FIT files generated by sports devices that works without a file system." documentation = "https://docs.rs/fit_no_io" license = "MIT" repository = "https://github.com/kylejlin/fit_no_io" [profile.release] opt-level = 3 codegen-units = 1 [[example]] name = "iterate_records" path = "examples/iterate_records.rs" [[test]] name = "test_std" path = "test/test_std.rs" [[test]] name = "test_all" path = "test/test_all.rs" [[test]] name = "test_dev_fields" path = "test/test_dev_fields.rs" [[bench]] name = "read_file" harness = false [dependencies.copyless] version = "^0.1.4" [dev-dependencies.criterion] version = "^0.2.11" [dev-dependencies.mmap] version = "0.1.0" [build-dependencies.csv] version = "^1.0" [build-dependencies.heck] version = "^0.3"