summaryrefslogblamecommitdiff
path: root/Cargo.toml
blob: 8e35973a092f6595c20170cfdb41e847ca990bf0 (plain) (tree)
1
2
3
4
5
6
7
8
9

                   
                 


                          
          
                                                    
                     
                           
                          
            
          
 
              
                                                          
                                                
                                                                                  
                                                









                                                                                                                                                                
[package]
name = "skaldpress"
version = "2.1.0"
edition = "2021"
default-run = "skaldpress"

[features]
default = ["time", "markdown", "deadlinks", "guile"]
time = ["dep:chrono"]
markdown = ["dep:markdown"]
deadlinks = ["dep:minreq"]
webring = []
guile = []

[dependencies]
markdown = { version = "1.0.0-alpha.20", optional = true }
chrono = { version = "0.4.38", optional = true }
minreq = { version = "2.12.0", optional = true, features = ["https", "punycode"] }
#libc = { version = "0.2.167", optional = true }

[[bin]]
name = "skaldpress"
path = "src/skaldpress/main.rs"

# Skaldpress Macro Processor
# Skaldpress Macro Processor (SMP) is a powerful tool in your arsenal, capable of handling all your text processing and macro needs with precision and strength.
[[bin]]
name = "smp"
path = "src/macro_processor/main.rs"