summary refs log tree commit diff stats
path: root/share/doc
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc')
0 files changed, 0 insertions, 0 deletions
7969e'>a8778ff ^
d81ce99 ^
abaee46 ^

bcdba34



f0e9446 ^
a8778ff ^
f0e9446 ^
477a1fd ^
f0e9446 ^
a8778ff ^
f0e9446 ^

c6eb13d ^
69652ef ^
a8778ff ^


937774e ^
69652ef ^

a8778ff ^
69652ef ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

               
                 
                                               
                             
                                                                                                         
                
                                                               

                                                                                                 



                                                                                                
                       
                    
                  
                  
           
                 

                         
 
                  


                                                    
               

          
                    
           
[package]
name = "datafu"
version = "0.1.0"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "A Rust library for extracting data from config objects and other arbitrary object graphs."
edition = "2021"
repository = "https://soniex2.autistic.space/git-repos/dfu.git"
readme = "README.md"
homepage = "https://soniex2.github.io/ganarchy/project/c0b4a8a326a320ac33c5d9d6bac2f7ea7eb703ce/"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
erased-serde = "0.3.21"
impl_trait = "0.1.7"
indexmap = "1.9.1"
postcard = "1.0.2"
regex = "1"
serde = "1.0.140"
serde_transmute = "0.1.4"
smallvec = "1.10.0"

[dev-dependencies]
proptest = "1.0.0"
serde_json = "1.0.82"
serde = {version = "1.0.140", features = ["derive"]}
charx = "1.0.0"

[features]
default = ['stable']
stable = []