[[example]] name = "file_attributes" path = "examples/file_attributes.rs" [package] name = "libfsntfs-rs" description = "Ergonomic rust bindings for libfsntfs (https://github.com/libyal/libfsntfs)" homepage = "https://github.com/omerbenamram/libyal-rs" repository = "https://github.com/omerbenamram/libyal-rs" license = "LGPL-3.0+" readme = "README.md" version = "0.2.5" authors = [ "Omer Ben-Amram ",] edition = "2018" [dependencies] chrono = "0.4.6" time = "0.1.42" log = "0.4.6" failure = "0.1.5" [dev-dependencies] env_logger = "0.6.1" lazy_static = "1.3.0" [features] default = [] dynamic_link = [ "libfsntfs-sys/dynamic_link", "libbfio-rs/dynamic_link",] [dependencies.libfsntfs-sys] path = "../libfsntfs-sys" version = "0.2.5" [dependencies.libbfio-rs] path = "../libbfio" version = "0.2.5" [dependencies.libyal-rs-common] path = "../common" version = "0.2.5"