# 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] name = "acct" version = "0.6.0" authors = ["Josh Abraham "] description = "Crate for reading data from acct(5) files" documentation = "https://docs.rs/acct/0.6.0/acct/" keywords = ["acct", "unix", "process", "accounting", "pacct"] license = "MIT/Apache-2.0" repository = "https://github.com/jabedude/acct" [lib] name = "acct" path = "src/lib.rs" [[bin]] name = "acct" path = "src/bin.rs" [dependencies.bincode] version = "1.0.1" [dependencies.chrono] version = "0.4.6" [dependencies.clap] version = "2.32.0" [dependencies.libc] version = "0.2" [dependencies.serde] version = "1.0.79" [dependencies.serde_derive] version = "1.0.79"